Html Css Color HEX #E421CF Razzle Dazzle Rose

📋 copy color: '#E421CF'

red 228 ◦ green 33 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E421CF

Tints of Razzle Dazzle Rose #E421CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.05%

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

R = 48.72%
G = 7.05%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E421CF (or 0xE421CF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 21 and CF. RGB value is (228,33,207). Sum of RGB (Red+Green+Blue) = 228+33+207=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E421CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E421CF is #1BDE30. Grayscale: #6E6E6E. Windows color (decimal): -1826353 or 13574628. OLE color: 13574628.

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

Color convert

RGB 228 33 207 -
CMYK 0 0.86 0.09 0.11
HSL 306.46º 0.78% 0.51% -
HSV(B) 306.46º 0.86% 0.89% -
XYZ 43.8 22.09 60.99 -
YUV 111.14 182.1 211.35 -
System Red Green Blue C M Y K H S L
Decimal 228 33 207 0 0.86 0.09 0.11 306.46 0.78 0.51
Hex E4 21 CF 0 56 9 B 132 4E 33
Octal 344 41 317 0 126 11 13 462 116 63
Binary 11100100 100001 11001111 0 1010110 1001 1011 100110010 1001110 110011

Color Harmonies of #E421CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421CF

Black with #E421CF

Text Example


Text Example

White with #E421CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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