Html Css Color HEX #E229C2 Razzle Dazzle Rose

📋 copy color: '#E229C2'

red 226 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E229C2

Tints of Razzle Dazzle Rose #E229C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.08%

R = 49.02%
G = 8.89%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E229C2 (or 0xE229C2) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and C2. RGB value is (226,41,194). Sum of RGB (Red+Green+Blue) = 226+41+194=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E229C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229C2 is #1DD63D. Grayscale: #717171. Windows color (decimal): -1955390 or 12724706. OLE color: 12724706.

HSL color Cylindrical-coordinate representation of color #E229C2: hue angle of 310.38º 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 #E229C2 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 41 194 -
CMYK 0 0.82 0.14 0.11
HSL 310.38º 0.76% 0.52% -
HSV(B) 310.38º 0.82% 0.89% -
XYZ 41.89 21.65 53.01 -
YUV 113.76 173.29 208.06 -
System Red Green Blue C M Y K H S L
Decimal 226 41 194 0 0.82 0.14 0.11 310.38 0.76 0.52
Hex E2 29 C2 0 52 E B 136 4C 34
Octal 342 51 302 0 122 16 13 466 114 64
Binary 11100010 101001 11000010 0 1010010 1110 1011 100110110 1001100 110100

Color Harmonies of #E229C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229C2

Black with #E229C2

Text Example


Text Example

White with #E229C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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