Html Css Color HEX #E029C1 Razzle Dazzle Rose

📋 copy color: '#E029C1'

red 224 ◦ green 41 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E029C1

Tints of Razzle Dazzle Rose #E029C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.14%

R = 48.91%
G = 8.95%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E029C1 (or 0xE029C1) is known color: Razzle Dazzle Rose. HEX triplet: E0, 29 and C1. RGB value is (224,41,193). Sum of RGB (Red+Green+Blue) = 224+41+193=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E029C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E029C1 is #1FD63E. Grayscale: #707070. Windows color (decimal): -2086463 or 12659168. OLE color: 12659168.

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

Color convert

RGB 224 41 193 -
CMYK 0 0.82 0.14 0.12
HSL 310.16º 0.75% 0.52% -
HSV(B) 310.16º 0.82% 0.88% -
XYZ 41.16 21.28 52.39 -
YUV 113.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 224 41 193 0 0.82 0.14 0.12 310.16 0.75 0.52
Hex E0 29 C1 0 52 E C 136 4B 34
Octal 340 51 301 0 122 16 14 466 113 64
Binary 11100000 101001 11000001 0 1010010 1110 1100 100110110 1001011 110100

Color Harmonies of #E029C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E029C1

Black with #E029C1

Text Example


Text Example

White with #E029C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E029C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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