Html Css Color HEX #EB60D2 Free Speech Magenta

📋 copy color: '#EB60D2'

red 235 ◦ green 96 ◦ blue 210

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

Shades of Free Speech Magenta #EB60D2

Tints of Free Speech Magenta #EB60D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 43.44%
G = 17.74%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB60D2 (or 0xEB60D2) is known color: Free Speech Magenta. HEX triplet: EB, 60 and D2. RGB value is (235,96,210). Sum of RGB (Red+Green+Blue) = 235+96+210=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB60D2 is #149F2D. Grayscale: #969696. Windows color (decimal): -1351470 or 13787371. OLE color: 13787371.

HSL color Cylindrical-coordinate representation of color #EB60D2: hue angle of 310.79º 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 #EB60D2 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 210 -
CMYK 0 0.59 0.11 0.08
HSL 310.79º 0.78% 0.65% -
HSV(B) 310.79º 0.59% 0.92% -
XYZ 50.08 30.68 64.26 -
YUV 150.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 235 96 210 0 0.59 0.11 0.08 310.79 0.78 0.65
Hex EB 60 D2 0 3B B 8 137 4E 41
Octal 353 140 322 0 73 13 10 467 116 101
Binary 11101011 1100000 11010010 0 111011 1011 1000 100110111 1001110 1000001

Color Harmonies of #EB60D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB60D2

Black with #EB60D2

Text Example


Text Example

White with #EB60D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB60D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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