Html Css Color HEX #E124CB Razzle Dazzle Rose

📋 copy color: '#E124CB'

red 225 ◦ green 36 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E124CB

Tints of Razzle Dazzle Rose #E124CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 48.49%
G = 7.76%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E124CB (or 0xE124CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and CB. RGB value is (225,36,203). Sum of RGB (Red+Green+Blue) = 225+36+203=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E124CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124CB is #1EDB34. Grayscale: #6F6F6F. Windows color (decimal): -2022197 or 13313249. OLE color: 13313249.

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

Color convert

RGB 225 36 203 -
CMYK 0 0.84 0.10 0.12
HSL 306.98º 0.76% 0.51% -
HSV(B) 306.98º 0.84% 0.88% -
XYZ 42.46 21.58 58.43 -
YUV 111.55 179.62 208.92 -
System Red Green Blue C M Y K H S L
Decimal 225 36 203 0 0.84 0.10 0.12 306.98 0.76 0.51
Hex E1 24 CB 0 54 A C 133 4C 33
Octal 341 44 313 0 124 12 14 463 114 63
Binary 11100001 100100 11001011 0 1010100 1010 1100 100110011 1001100 110011

Color Harmonies of #E124CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124CB

Black with #E124CB

Text Example


Text Example

White with #E124CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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