Html Css Color HEX #E304CA Deep Magenta

📋 copy color: '#E304CA'

red 227 ◦ green 4 ◦ blue 202

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

Shades of Deep Magenta #E304CA

Tints of Deep Magenta #E304CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 52.42%
G = 0.92%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E304CA (or 0xE304CA) is known color: Deep Magenta. HEX triplet: E3, 04 and CA. RGB value is (227,4,202). Sum of RGB (Red+Green+Blue) = 227+4+202=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E304CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304CA is #1CFB35. Grayscale: #5C5C5C. Windows color (decimal): -1899318 or 13239523. OLE color: 13239523.

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

Color convert

RGB 227 4 202 -
CMYK 0 0.98 0.11 0.11
HSL 306.73º 0.97% 0.45% -
HSV(B) 306.73º 0.98% 0.89% -
XYZ 42.38 20.68 57.64 -
YUV 93.25 189.38 223.4 -
System Red Green Blue C M Y K H S L
Decimal 227 4 202 0 0.98 0.11 0.11 306.73 0.97 0.45
Hex E3 4 CA 0 62 B B 133 61 2D
Octal 343 4 312 0 142 13 13 463 141 55
Binary 11100011 100 11001010 0 1100010 1011 1011 100110011 1100001 101101

Color Harmonies of #E304CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304CA

Black with #E304CA

Text Example


Text Example

White with #E304CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304CA; }

 p { color: rgb(227,4,202); }

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

background-color css

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

 a { background-color: rgb(227,4,202); }

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

border-color css

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

 span { border-color: rgb(227,4,202); }

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