Html Css Color HEX #E424CD Razzle Dazzle Rose

📋 copy color: '#E424CD'

red 228 ◦ green 36 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E424CD

Tints of Razzle Dazzle Rose #E424CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 48.61%
G = 7.68%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E424CD (or 0xE424CD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and CD. RGB value is (228,36,205). Sum of RGB (Red+Green+Blue) = 228+36+205=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E424CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424CD is #1BDB32. Grayscale: #707070. Windows color (decimal): -1825587 or 13444324. OLE color: 13444324.

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

Color convert

RGB 228 36 205 -
CMYK 0 0.84 0.10 0.11
HSL 307.19º 0.78% 0.52% -
HSV(B) 307.19º 0.84% 0.89% -
XYZ 43.65 22.16 59.74 -
YUV 112.67 180.11 210.26 -
System Red Green Blue C M Y K H S L
Decimal 228 36 205 0 0.84 0.10 0.11 307.19 0.78 0.52
Hex E4 24 CD 0 54 A B 133 4E 34
Octal 344 44 315 0 124 12 13 463 116 64
Binary 11100100 100100 11001101 0 1010100 1010 1011 100110011 1001110 110100

Color Harmonies of #E424CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424CD

Black with #E424CD

Text Example


Text Example

White with #E424CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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