Html Css Color HEX #E302CC Deep Magenta

📋 copy color: '#E302CC'

red 227 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #E302CC

Tints of Deep Magenta #E302CC

RGB

 RED value IS 227 (89.06% from 255) = 52.42%

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 52.42%
G = 0.46%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E302CC (or 0xE302CC) is known color: Deep Magenta. HEX triplet: E3, 02 and CC. RGB value is (227,2,204). Sum of RGB (Red+Green+Blue) = 227+2+204=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E302CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E302CC is #1CFD33. Grayscale: #5B5B5B. Windows color (decimal): -1899828 or 13370083. OLE color: 13370083.

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

Color convert

RGB 227 2 204 -
CMYK 0 0.99 0.10 0.11
HSL 306.13º 0.98% 0.45% -
HSV(B) 306.13º 0.99% 0.89% -
XYZ 42.6 20.73 58.88 -
YUV 92.3 191.04 224.07 -
System Red Green Blue C M Y K H S L
Decimal 227 2 204 0 0.99 0.10 0.11 306.13 0.98 0.45
Hex E3 2 CC 0 63 A B 132 62 2D
Octal 343 2 314 0 143 12 13 462 142 55
Binary 11100011 10 11001100 0 1100011 1010 1011 100110010 1100010 101101

Color Harmonies of #E302CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E302CC

Black with #E302CC

Text Example


Text Example

White with #E302CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E302CC; }

 p { color: rgb(227,2,204); }

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

background-color css

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

 a { background-color: rgb(227,2,204); }

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

border-color css

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

 span { border-color: rgb(227,2,204); }

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