Html Css Color HEX #E136CC Razzle Dazzle Rose

📋 copy color: '#E136CC'

red 225 ◦ green 54 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E136CC

Tints of Razzle Dazzle Rose #E136CC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.18%

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

R = 46.58%
G = 11.18%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E136CC (or 0xE136CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 36 and CC. RGB value is (225,54,204). Sum of RGB (Red+Green+Blue) = 225+54+204=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E136CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E136CC is #1EC933. Grayscale: #797979. Windows color (decimal): -2017588 or 13383393. OLE color: 13383393.

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

Color convert

RGB 225 54 204 -
CMYK 0 0.76 0.09 0.12
HSL 307.37º 0.74% 0.55% -
HSV(B) 307.37º 0.76% 0.88% -
XYZ 43.27 23.01 59.29 -
YUV 122.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 225 54 204 0 0.76 0.09 0.12 307.37 0.74 0.55
Hex E1 36 CC 0 4C 9 C 133 4A 37
Octal 341 66 314 0 114 11 14 463 112 67
Binary 11100001 110110 11001100 0 1001100 1001 1100 100110011 1001010 110111

Color Harmonies of #E136CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136CC

Black with #E136CC

Text Example


Text Example

White with #E136CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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