Html Css Color HEX #E707CD Hot Magenta

📋 copy color: '#E707CD'

red 231 ◦ green 7 ◦ blue 205

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

Shades of Hot Magenta #E707CD

Tints of Hot Magenta #E707CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 52.14%
G = 1.58%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E707CD (or 0xE707CD) is known color: Hot Magenta. HEX triplet: E7, 07 and CD. RGB value is (231,7,205). Sum of RGB (Red+Green+Blue) = 231+7+205=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E707CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E707CD is #18F832. Grayscale: #5F5F5F. Windows color (decimal): -1636403 or 13436903. OLE color: 13436903.

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

Color convert

RGB 231 7 205 -
CMYK 0 0.97 0.11 0.09
HSL 306.96º 0.94% 0.47% -
HSV(B) 306.96º 0.97% 0.91% -
XYZ 44.05 21.55 59.6 -
YUV 96.55 189.21 223.9 -
System Red Green Blue C M Y K H S L
Decimal 231 7 205 0 0.97 0.11 0.09 306.96 0.94 0.47
Hex E7 7 CD 0 61 B 9 133 5E 2F
Octal 347 7 315 0 141 13 11 463 136 57
Binary 11100111 111 11001101 0 1100001 1011 1001 100110011 1011110 101111

Color Harmonies of #E707CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E707CD

Black with #E707CD

Text Example


Text Example

White with #E707CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E707CD; }

 p { color: rgb(231,7,205); }

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

background-color css

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

 a { background-color: rgb(231,7,205); }

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

border-color css

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

 span { border-color: rgb(231,7,205); }

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