Html Css Color HEX #E139CC Razzle Dazzle Rose

📋 copy color: '#E139CC'

red 225 ◦ green 57 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E139CC

Tints of Razzle Dazzle Rose #E139CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 46.3%
G = 11.73%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E139CC (or 0xE139CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 39 and CC. RGB value is (225,57,204). Sum of RGB (Red+Green+Blue) = 225+57+204=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E139CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139CC is #1EC633. Grayscale: #7B7B7B. Windows color (decimal): -2016820 or 13384161. OLE color: 13384161.

HSL color Cylindrical-coordinate representation of color #E139CC: hue angle of 307.5º 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 #E139CC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 57 204 -
CMYK 0 0.75 0.09 0.12
HSL 307.5º 0.74% 0.55% -
HSV(B) 307.5º 0.75% 0.88% -
XYZ 43.41 23.29 59.33 -
YUV 123.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 225 57 204 0 0.75 0.09 0.12 307.5 0.74 0.55
Hex E1 39 CC 0 4B 9 C 134 4A 37
Octal 341 71 314 0 113 11 14 464 112 67
Binary 11100001 111001 11001100 0 1001011 1001 1100 100110100 1001010 110111

Color Harmonies of #E139CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139CC

Black with #E139CC

Text Example


Text Example

White with #E139CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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