Html Css Color HEX #E828CC Razzle Dazzle Rose

📋 copy color: '#E828CC'

red 232 ◦ green 40 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E828CC

Tints of Razzle Dazzle Rose #E828CC

RGB

 RED value IS 232 (91.02% from 255) = 48.74%

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 48.74%
G = 8.4%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E828CC (or 0xE828CC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 28 and CC. RGB value is (232,40,204). Sum of RGB (Red+Green+Blue) = 232+40+204=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E828CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E828CC is #17D733. Grayscale: #737373. Windows color (decimal): -1562420 or 13379816. OLE color: 13379816.

HSL color Cylindrical-coordinate representation of color #E828CC: hue angle of 308.75º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E828CC is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 40 204 -
CMYK 0 0.83 0.12 0.09
HSL 308.75º 0.81% 0.53% -
HSV(B) 308.75º 0.83% 0.91% -
XYZ 44.94 23.03 59.2 -
YUV 116.1 177.61 210.66 -
System Red Green Blue C M Y K H S L
Decimal 232 40 204 0 0.83 0.12 0.09 308.75 0.81 0.53
Hex E8 28 CC 0 53 C 9 135 51 35
Octal 350 50 314 0 123 14 11 465 121 65
Binary 11101000 101000 11001100 0 1010011 1100 1001 100110101 1010001 110101

Color Harmonies of #E828CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E828CC

Black with #E828CC

Text Example


Text Example

White with #E828CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E828CC; }

 p { color: rgb(232,40,204); }

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

background-color css

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

 a { background-color: rgb(232,40,204); }

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

border-color css

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

 span { border-color: rgb(232,40,204); }

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