Html Css Color HEX #E029BB Razzle Dazzle Rose

📋 copy color: '#E029BB'

red 224 ◦ green 41 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E029BB

Tints of Razzle Dazzle Rose #E029BB

RGB

 RED value IS 224 (87.89% from 255) = 49.56%

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 49.56%
G = 9.07%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E029BB (or 0xE029BB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and BB. RGB value is (224,41,187). Sum of RGB (Red+Green+Blue) = 224+41+187=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E029BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029BB is #1FD644. Grayscale: #6F6F6F. Windows color (decimal): -2086469 or 12265952. OLE color: 12265952.

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

Color convert

RGB 224 41 187 -
CMYK 0 0.82 0.17 0.12
HSL 312.13º 0.75% 0.52% -
HSV(B) 312.13º 0.82% 0.88% -
XYZ 40.5 21.02 48.94 -
YUV 112.36 170.13 207.63 -
System Red Green Blue C M Y K H S L
Decimal 224 41 187 0 0.82 0.17 0.12 312.13 0.75 0.52
Hex E0 29 BB 0 52 11 C 138 4B 34
Octal 340 51 273 0 122 21 14 470 113 64
Binary 11100000 101001 10111011 0 1010010 10001 1100 100111000 1001011 110100

Color Harmonies of #E029BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029BB

Black with #E029BB

Text Example


Text Example

White with #E029BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029BB; }

 p { color: rgb(224,41,187); }

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

background-color css

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

 a { background-color: rgb(224,41,187); }

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

border-color css

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

 span { border-color: rgb(224,41,187); }

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