Html Css Color HEX #E704CB Hot Magenta

📋 copy color: '#E704CB'

red 231 ◦ green 4 ◦ blue 203

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

Shades of Hot Magenta #E704CB

Tints of Hot Magenta #E704CB

RGB

 RED value IS 231 (90.63% from 255) = 52.74%

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 52.74%
G = 0.91%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E704CB (or 0xE704CB) is known color: Hot Magenta. HEX triplet: E7, 04 and CB. RGB value is (231,4,203). Sum of RGB (Red+Green+Blue) = 231+4+203=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E704CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E704CB is #18FB34. Grayscale: #5D5D5D. Windows color (decimal): -1637173 or 13305063. OLE color: 13305063.

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

Color convert

RGB 231 4 203 -
CMYK 0 0.98 0.12 0.09
HSL 307.4º 0.97% 0.46% -
HSV(B) 307.4º 0.98% 0.91% -
XYZ 43.78 21.39 58.32 -
YUV 94.56 189.21 225.32 -
System Red Green Blue C M Y K H S L
Decimal 231 4 203 0 0.98 0.12 0.09 307.4 0.97 0.46
Hex E7 4 CB 0 62 C 9 133 61 2E
Octal 347 4 313 0 142 14 11 463 141 56
Binary 11100111 100 11001011 0 1100010 1100 1001 100110011 1100001 101110

Color Harmonies of #E704CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E704CB

Black with #E704CB

Text Example


Text Example

White with #E704CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E704CB; }

 p { color: rgb(231,4,203); }

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

background-color css

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

 a { background-color: rgb(231,4,203); }

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

border-color css

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

 span { border-color: rgb(231,4,203); }

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