Html Css Color HEX #EB5ED2 Free Speech Magenta

📋 copy color: '#EB5ED2'

red 235 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Magenta #EB5ED2

Tints of Free Speech Magenta #EB5ED2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.44%

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

R = 43.6%
G = 17.44%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB5ED2 (or 0xEB5ED2) is known color: Free Speech Magenta. HEX triplet: EB, 5E and D2. RGB value is (235,94,210). Sum of RGB (Red+Green+Blue) = 235+94+210=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ED2 is #14A12D. Grayscale: #959595. Windows color (decimal): -1351982 or 13786859. OLE color: 13786859.

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

Color convert

RGB 235 94 210 -
CMYK 0 0.6 0.11 0.08
HSL 310.64º 0.78% 0.65% -
HSV(B) 310.64º 0.6% 0.92% -
XYZ 49.9 30.32 64.2 -
YUV 149.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 235 94 210 0 0.6 0.11 0.08 310.64 0.78 0.65
Hex EB 5E D2 0 3C B 8 137 4E 41
Octal 353 136 322 0 74 13 10 467 116 101
Binary 11101011 1011110 11010010 0 111100 1011 1000 100110111 1001110 1000001

Color Harmonies of #EB5ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5ED2

Black with #EB5ED2

Text Example


Text Example

White with #EB5ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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