Html Css Color HEX #EB60C8 Free Speech Magenta

📋 copy color: '#EB60C8'

red 235 ◦ green 96 ◦ blue 200

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

Shades of Free Speech Magenta #EB60C8

Tints of Free Speech Magenta #EB60C8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.08%

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 44.26%
G = 18.08%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB60C8 (or 0xEB60C8) is known color: Free Speech Magenta. HEX triplet: EB, 60 and C8. RGB value is (235,96,200). Sum of RGB (Red+Green+Blue) = 235+96+200=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB60C8 is #149F37. Grayscale: #959595. Windows color (decimal): -1351480 or 13132011. OLE color: 13132011.

HSL color Cylindrical-coordinate representation of color #EB60C8: hue angle of 315.11º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB60C8 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 200 -
CMYK 0 0.59 0.15 0.08
HSL 315.11º 0.78% 0.65% -
HSV(B) 315.11º 0.59% 0.92% -
XYZ 48.87 30.2 57.9 -
YUV 149.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 235 96 200 0 0.59 0.15 0.08 315.11 0.78 0.65
Hex EB 60 C8 0 3B F 8 13B 4E 41
Octal 353 140 310 0 73 17 10 473 116 101
Binary 11101011 1100000 11001000 0 111011 1111 1000 100111011 1001110 1000001

Color Harmonies of #EB60C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB60C8

Black with #EB60C8

Text Example


Text Example

White with #EB60C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB60C8; }

 p { color: rgb(235,96,200); }

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

background-color css

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

 a { background-color: rgb(235,96,200); }

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

border-color css

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

 span { border-color: rgb(235,96,200); }

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