Html Css Color HEX #E124CC Razzle Dazzle Rose

📋 copy color: '#E124CC'

red 225 ◦ green 36 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E124CC

Tints of Razzle Dazzle Rose #E124CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 48.39%
G = 7.74%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E124CC (or 0xE124CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and CC. RGB value is (225,36,204). Sum of RGB (Red+Green+Blue) = 225+36+204=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E124CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124CC is #1EDB33. Grayscale: #6F6F6F. Windows color (decimal): -2022196 or 13378785. OLE color: 13378785.

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

Color convert

RGB 225 36 204 -
CMYK 0 0.84 0.09 0.12
HSL 306.67º 0.76% 0.51% -
HSV(B) 306.67º 0.84% 0.88% -
XYZ 42.58 21.63 59.06 -
YUV 111.66 180.12 208.84 -
System Red Green Blue C M Y K H S L
Decimal 225 36 204 0 0.84 0.09 0.12 306.67 0.76 0.51
Hex E1 24 CC 0 54 9 C 133 4C 33
Octal 341 44 314 0 124 11 14 463 114 63
Binary 11100001 100100 11001100 0 1010100 1001 1100 100110011 1001100 110011

Color Harmonies of #E124CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124CC

Black with #E124CC

Text Example


Text Example

White with #E124CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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