Html Css Color HEX #E607CB Hot Magenta

📋 copy color: '#E607CB'

red 230 ◦ green 7 ◦ blue 203

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

Shades of Hot Magenta #E607CB

Tints of Hot Magenta #E607CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

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

R = 52.27%
G = 1.59%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E607CB (or 0xE607CB) is known color: Hot Magenta. HEX triplet: E6, 07 and CB. RGB value is (230,7,203). Sum of RGB (Red+Green+Blue) = 230+7+203=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E607CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E607CB is #19F834. Grayscale: #5F5F5F. Windows color (decimal): -1701941 or 13305830. OLE color: 13305830.

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

Color convert

RGB 230 7 203 -
CMYK 0 0.97 0.12 0.10
HSL 307.26º 0.94% 0.46% -
HSV(B) 307.26º 0.97% 0.9% -
XYZ 43.49 21.29 58.32 -
YUV 96.02 188.38 223.56 -
System Red Green Blue C M Y K H S L
Decimal 230 7 203 0 0.97 0.12 0.10 307.26 0.94 0.46
Hex E6 7 CB 0 61 C A 133 5E 2E
Octal 346 7 313 0 141 14 12 463 136 56
Binary 11100110 111 11001011 0 1100001 1100 1010 100110011 1011110 101110

Color Harmonies of #E607CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607CB

Black with #E607CB

Text Example


Text Example

White with #E607CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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