Html Css Color HEX #E424CF Razzle Dazzle Rose

📋 copy color: '#E424CF'

red 228 ◦ green 36 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E424CF

Tints of Razzle Dazzle Rose #E424CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 48.41%
G = 7.64%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E424CF (or 0xE424CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 24 and CF. RGB value is (228,36,207). Sum of RGB (Red+Green+Blue) = 228+36+207=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E424CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E424CF is #1BDB30. Grayscale: #707070. Windows color (decimal): -1825585 or 13575396. OLE color: 13575396.

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

Color convert

RGB 228 36 207 -
CMYK 0 0.84 0.09 0.11
HSL 306.56º 0.78% 0.52% -
HSV(B) 306.56º 0.84% 0.89% -
XYZ 43.89 22.26 61.02 -
YUV 112.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 228 36 207 0 0.84 0.09 0.11 306.56 0.78 0.52
Hex E4 24 CF 0 54 9 B 133 4E 34
Octal 344 44 317 0 124 11 13 463 116 64
Binary 11100100 100100 11001111 0 1010100 1001 1011 100110011 1001110 110100

Color Harmonies of #E424CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424CF

Black with #E424CF

Text Example


Text Example

White with #E424CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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