Html Css Color HEX #E701CB Hot Magenta

📋 copy color: '#E701CB'

red 231 ◦ green 1 ◦ blue 203

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

Shades of Hot Magenta #E701CB

Tints of Hot Magenta #E701CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 53.1%
G = 0.23%
B = 46.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E701CB (or 0xE701CB) is known color: Hot Magenta. HEX triplet: E7, 01 and CB. RGB value is (231,1,203). Sum of RGB (Red+Green+Blue) = 231+1+203=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E701CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701CB is #18FE34. Grayscale: #5C5C5C. Windows color (decimal): -1637941 or 13304295. OLE color: 13304295.

HSL color Cylindrical-coordinate representation of color #E701CB: hue angle of 307.3º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701CB is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 203 -
CMYK 0 1.00 0.12 0.09
HSL 307.3º 0.99% 0.45% -
HSV(B) 307.3º 1% 0.91% -
XYZ 43.75 21.32 58.31 -
YUV 92.8 190.2 226.57 -
System Red Green Blue C M Y K H S L
Decimal 231 1 203 0 1.00 0.12 0.09 307.3 0.99 0.45
Hex E7 1 CB 0 64 C 9 133 63 2D
Octal 347 1 313 0 144 14 11 463 143 55
Binary 11100111 1 11001011 0 1100100 1100 1001 100110011 1100011 101101

Color Harmonies of #E701CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701CB

Black with #E701CB

Text Example


Text Example

White with #E701CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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