Html Css Color HEX #E424CB Razzle Dazzle Rose

📋 copy color: '#E424CB'

red 228 ◦ green 36 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E424CB

Tints of Razzle Dazzle Rose #E424CB

RGB

 RED value IS 228 (89.45% from 255) = 48.82%

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

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

R = 48.82%
G = 7.71%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E424CB (or 0xE424CB) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and CB. RGB value is (228,36,203). Sum of RGB (Red+Green+Blue) = 228+36+203=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E424CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424CB is #1BDB34. Grayscale: #6F6F6F. Windows color (decimal): -1825589 or 13313252. OLE color: 13313252.

HSL color Cylindrical-coordinate representation of color #E424CB: hue angle of 307.81º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E424CB is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 36 203 -
CMYK 0 0.84 0.11 0.11
HSL 307.81º 0.78% 0.52% -
HSV(B) 307.81º 0.84% 0.89% -
XYZ 43.41 22.07 58.47 -
YUV 112.45 179.11 210.42 -
System Red Green Blue C M Y K H S L
Decimal 228 36 203 0 0.84 0.11 0.11 307.81 0.78 0.52
Hex E4 24 CB 0 54 B B 134 4E 34
Octal 344 44 313 0 124 13 13 464 116 64
Binary 11100100 100100 11001011 0 1010100 1011 1011 100110100 1001110 110100

Color Harmonies of #E424CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424CB

Black with #E424CB

Text Example


Text Example

White with #E424CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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