Html Css Color HEX #E139CF Razzle Dazzle Rose

📋 copy color: '#E139CF'

red 225 ◦ green 57 ◦ blue 207

#E139CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E139CF

Tints of Razzle Dazzle Rose #E139CF

RGB

 RED value IS 225 (88.28% from 255) = 46.01%

 GREEN value IS 57 (22.66% from 255) = 11.66%

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 46.01%
G = 11.66%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E139CF (or 0xE139CF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and CF. RGB value is (225,57,207). Sum of RGB (Red+Green+Blue) = 225+57+207=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E139CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139CF is #1EC630. Grayscale: #7B7B7B. Windows color (decimal): -2016817 or 13580769. OLE color: 13580769.

HSL color Cylindrical-coordinate representation of color #E139CF: hue angle of 306.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139CF is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 57 207 -
CMYK 0 0.75 0.08 0.12
HSL 306.43º 0.74% 0.55% -
HSV(B) 306.43º 0.75% 0.88% -
XYZ 43.78 23.44 61.25 -
YUV 124.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 225 57 207 0 0.75 0.08 0.12 306.43 0.74 0.55
Hex E1 39 CF 0 4B 8 C 132 4A 37
Octal 341 71 317 0 113 10 14 462 112 67
Binary 11100001 111001 11001111 0 1001011 1000 1100 100110010 1001010 110111

Color Harmonies of #E139CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139CF

Black with #E139CF

Text Example


Text Example

White with #E139CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139CF; }

 p { color: rgb(225,57,207); }

 H1.HeaderClassName
 {
   color: #E139CF;
 }
 .AnyTagClassName
 {
   color: #E139CF;
 }
</style>

background-color css

<style>
 a { background-color: #E139CF; }

 a { background-color: rgb(225,57,207); }

 div.DivClassName
 {
   background-color: #E139CF;
 }
 .BgClassName
 {
   background-color: #E139CF;
 }
</style>

border-color css

<style>
 span { border-color: #E139CF; }

 span { border-color: rgb(225,57,207); }

 td.TdClassName
 {
   border-color: #E139CF;
 }
 .TagClassName
 {
   border-color: #E139CF;
 }
</style>