Html Css Color HEX #E128CE Razzle Dazzle Rose

📋 copy color: '#E128CE'

red 225 ◦ green 40 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E128CE

Tints of Razzle Dazzle Rose #E128CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.49%

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

R = 47.77%
G = 8.49%
B = 43.74%

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

#E128CE (or 0xE128CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and CE. RGB value is (225,40,206). Sum of RGB (Red+Green+Blue) = 225+40+206=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E128CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128CE is #1ED731. Grayscale: #717171. Windows color (decimal): -2021170 or 13510881. OLE color: 13510881.

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

Color convert

RGB 225 40 206 -
CMYK 0 0.82 0.08 0.12
HSL 306.16º 0.76% 0.52% -
HSV(B) 306.16º 0.82% 0.88% -
XYZ 42.95 21.98 60.37 -
YUV 114.24 179.79 207 -
System Red Green Blue C M Y K H S L
Decimal 225 40 206 0 0.82 0.08 0.12 306.16 0.76 0.52
Hex E1 28 CE 0 52 8 C 132 4C 34
Octal 341 50 316 0 122 10 14 462 114 64
Binary 11100001 101000 11001110 0 1010010 1000 1100 100110010 1001100 110100

Color Harmonies of #E128CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128CE

Black with #E128CE

Text Example


Text Example

White with #E128CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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