Html Css Color HEX #E600CB Hot Magenta

📋 copy color: '#E600CB'

red 230 ◦ green 0 ◦ blue 203

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

Shades of Hot Magenta #E600CB

Tints of Hot Magenta #E600CB

RGB

 RED value IS 230 (90.23% from 255) = 53.12%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.12%
G = 0%
B = 46.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E600CB (or 0xE600CB) is known color: Hot Magenta. HEX triplet: E6, 00 and CB. RGB value is (230,0,203). Sum of RGB (Red+Green+Blue) = 230+0+203=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E600CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600CB is #19FF34. Grayscale: #5B5B5B. Windows color (decimal): -1703733 or 13304038. OLE color: 13304038.

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

Color convert

RGB 230 0 203 -
CMYK 0 1 0.12 0.10
HSL 307.04º 1% 0.45% -
HSV(B) 307.04º 1% 0.9% -
XYZ 43.41 21.13 58.29 -
YUV 91.91 190.7 226.49 -
System Red Green Blue C M Y K H S L
Decimal 230 0 203 0 1 0.12 0.10 307.04 1 0.45
Hex E6 0 CB 0 64 C A 133 64 2D
Octal 346 0 313 0 144 14 12 463 144 55
Binary 11100110 0 11001011 0 1100100 1100 1010 100110011 1100100 101101

Color Harmonies of #E600CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600CB

Black with #E600CB

Text Example


Text Example

White with #E600CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600CB; }

 p { color: rgb(230,0,203); }

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

background-color css

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

 a { background-color: rgb(230,0,203); }

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

border-color css

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

 span { border-color: rgb(230,0,203); }

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