Html Css Color HEX #E229CC Razzle Dazzle Rose

📋 copy color: '#E229CC'

red 226 ◦ green 41 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E229CC

Tints of Razzle Dazzle Rose #E229CC

RGB

 RED value IS 226 (88.67% from 255) = 47.98%

 GREEN value IS 41 (16.41% from 255) = 8.7%

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

R = 47.98%
G = 8.7%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E229CC (or 0xE229CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and CC. RGB value is (226,41,204). Sum of RGB (Red+Green+Blue) = 226+41+204=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E229CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229CC is #1DD633. Grayscale: #727272. Windows color (decimal): -1955380 or 13380066. OLE color: 13380066.

HSL color Cylindrical-coordinate representation of color #E229CC: hue angle of 307.14º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229CC is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 41 204 -
CMYK 0 0.82 0.10 0.11
HSL 307.14º 0.76% 0.52% -
HSV(B) 307.14º 0.82% 0.89% -
XYZ 43.06 22.11 59.13 -
YUV 114.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 226 41 204 0 0.82 0.10 0.11 307.14 0.76 0.52
Hex E2 29 CC 0 52 A B 133 4C 34
Octal 342 51 314 0 122 12 13 463 114 64
Binary 11100010 101001 11001100 0 1010010 1010 1011 100110011 1001100 110100

Color Harmonies of #E229CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229CC

Black with #E229CC

Text Example


Text Example

White with #E229CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229CC; }

 p { color: rgb(226,41,204); }

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

background-color css

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

 a { background-color: rgb(226,41,204); }

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

border-color css

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

 span { border-color: rgb(226,41,204); }

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