Html Css Color HEX #E131CC Razzle Dazzle Rose

📋 copy color: '#E131CC'

red 225 ◦ green 49 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E131CC

Tints of Razzle Dazzle Rose #E131CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.25%

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

R = 47.07%
G = 10.25%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E131CC (or 0xE131CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and CC. RGB value is (225,49,204). Sum of RGB (Red+Green+Blue) = 225+49+204=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E131CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131CC is #1ECE33. Grayscale: #767676. Windows color (decimal): -2018868 or 13382113. OLE color: 13382113.

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

Color convert

RGB 225 49 204 -
CMYK 0 0.78 0.09 0.12
HSL 307.16º 0.75% 0.54% -
HSV(B) 307.16º 0.78% 0.88% -
XYZ 43.05 22.56 59.21 -
YUV 119.29 175.81 203.4 -
System Red Green Blue C M Y K H S L
Decimal 225 49 204 0 0.78 0.09 0.12 307.16 0.75 0.54
Hex E1 31 CC 0 4E 9 C 133 4B 36
Octal 341 61 314 0 116 11 14 463 113 66
Binary 11100001 110001 11001100 0 1001110 1001 1100 100110011 1001011 110110

Color Harmonies of #E131CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131CC

Black with #E131CC

Text Example


Text Example

White with #E131CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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