Html Css Color HEX #E124CE Razzle Dazzle Rose

📋 copy color: '#E124CE'

red 225 ◦ green 36 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E124CE

Tints of Razzle Dazzle Rose #E124CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.71%

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

R = 48.18%
G = 7.71%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E124CE (or 0xE124CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and CE. RGB value is (225,36,206). Sum of RGB (Red+Green+Blue) = 225+36+206=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E124CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124CE is #1EDB31. Grayscale: #6F6F6F. Windows color (decimal): -2022194 or 13509857. OLE color: 13509857.

HSL color Cylindrical-coordinate representation of color #E124CE: hue angle of 306.03º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E124CE is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 206 -
CMYK 0 0.84 0.08 0.12
HSL 306.03º 0.76% 0.51% -
HSV(B) 306.03º 0.84% 0.88% -
XYZ 42.82 21.73 60.33 -
YUV 111.89 181.12 208.68 -
System Red Green Blue C M Y K H S L
Decimal 225 36 206 0 0.84 0.08 0.12 306.03 0.76 0.51
Hex E1 24 CE 0 54 8 C 132 4C 33
Octal 341 44 316 0 124 10 14 462 114 63
Binary 11100001 100100 11001110 0 1010100 1000 1100 100110010 1001100 110011

Color Harmonies of #E124CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124CE

Black with #E124CE

Text Example


Text Example

White with #E124CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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