Html Css Color HEX #EB0CCE Hot Magenta

📋 copy color: '#EB0CCE'

red 235 ◦ green 12 ◦ blue 206

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

Shades of Hot Magenta #EB0CCE

Tints of Hot Magenta #EB0CCE

RGB

 RED value IS 235 (92.19% from 255) = 51.88%

 GREEN value IS 12 (5.08% from 255) = 2.65%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 51.88%
G = 2.65%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB0CCE (or 0xEB0CCE) is known color: Hot Magenta. HEX triplet: EB, 0C and CE. RGB value is (235,12,206). Sum of RGB (Red+Green+Blue) = 235+12+206=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CCE is #14F331. Grayscale: #646464. Windows color (decimal): -1372978 or 13503723. OLE color: 13503723.

HSL color Cylindrical-coordinate representation of color #EB0CCE: hue angle of 307.8º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0CCE is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 12 206 -
CMYK 0 0.95 0.12 0.08
HSL 307.8º 0.9% 0.48% -
HSV(B) 307.8º 0.95% 0.92% -
XYZ 45.53 22.38 60.31 -
YUV 100.79 187.38 223.73 -
System Red Green Blue C M Y K H S L
Decimal 235 12 206 0 0.95 0.12 0.08 307.8 0.9 0.48
Hex EB C CE 0 5F C 8 134 5A 30
Octal 353 14 316 0 137 14 10 464 132 60
Binary 11101011 1100 11001110 0 1011111 1100 1000 100110100 1011010 110000

Color Harmonies of #EB0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0CCE

Black with #EB0CCE

Text Example


Text Example

White with #EB0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0CCE; }

 p { color: rgb(235,12,206); }

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

background-color css

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

 a { background-color: rgb(235,12,206); }

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

border-color css

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

 span { border-color: rgb(235,12,206); }

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