Html Css Color HEX #E428CE Razzle Dazzle Rose

📋 copy color: '#E428CE'

red 228 ◦ green 40 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E428CE

Tints of Razzle Dazzle Rose #E428CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.44%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 48.1%
G = 8.44%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E428CE (or 0xE428CE) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and CE. RGB value is (228,40,206). Sum of RGB (Red+Green+Blue) = 228+40+206=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E428CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428CE is #1BD731. Grayscale: #727272. Windows color (decimal): -1824562 or 13510884. OLE color: 13510884.

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

Color convert

RGB 228 40 206 -
CMYK 0 0.82 0.10 0.11
HSL 307.02º 0.78% 0.53% -
HSV(B) 307.02º 0.82% 0.89% -
XYZ 43.89 22.47 60.42 -
YUV 115.14 179.28 208.5 -
System Red Green Blue C M Y K H S L
Decimal 228 40 206 0 0.82 0.10 0.11 307.02 0.78 0.53
Hex E4 28 CE 0 52 A B 133 4E 35
Octal 344 50 316 0 122 12 13 463 116 65
Binary 11100100 101000 11001110 0 1010010 1010 1011 100110011 1001110 110101

Color Harmonies of #E428CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E428CE

Black with #E428CE

Text Example


Text Example

White with #E428CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E428CE; }

 p { color: rgb(228,40,206); }

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

background-color css

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

 a { background-color: rgb(228,40,206); }

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

border-color css

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

 span { border-color: rgb(228,40,206); }

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