Html Css Color HEX #E129CE Razzle Dazzle Rose

📋 copy color: '#E129CE'

red 225 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E129CE

Tints of Razzle Dazzle Rose #E129CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 47.67%
G = 8.69%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E129CE (or 0xE129CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and CE. RGB value is (225,41,206). Sum of RGB (Red+Green+Blue) = 225+41+206=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E129CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129CE is #1ED631. Grayscale: #727272. Windows color (decimal): -2020914 or 13511137. OLE color: 13511137.

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

Color convert

RGB 225 41 206 -
CMYK 0 0.82 0.08 0.12
HSL 306.2º 0.75% 0.52% -
HSV(B) 306.2º 0.82% 0.88% -
XYZ 42.98 22.05 60.38 -
YUV 114.83 179.46 206.58 -
System Red Green Blue C M Y K H S L
Decimal 225 41 206 0 0.82 0.08 0.12 306.2 0.75 0.52
Hex E1 29 CE 0 52 8 C 132 4B 34
Octal 341 51 316 0 122 10 14 462 113 64
Binary 11100001 101001 11001110 0 1010010 1000 1100 100110010 1001011 110100

Color Harmonies of #E129CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129CE

Black with #E129CE

Text Example


Text Example

White with #E129CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129CE; }

 p { color: rgb(225,41,206); }

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

background-color css

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

 a { background-color: rgb(225,41,206); }

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

border-color css

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

 span { border-color: rgb(225,41,206); }

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