Html Css Color HEX #EB61D3 Free Speech Magenta

📋 copy color: '#EB61D3'

red 235 ◦ green 97 ◦ blue 211

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

Shades of Free Speech Magenta #EB61D3

Tints of Free Speech Magenta #EB61D3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.86%

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 43.28%
G = 17.86%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB61D3 (or 0xEB61D3) is known color: Free Speech Magenta. HEX triplet: EB, 61 and D3. RGB value is (235,97,211). Sum of RGB (Red+Green+Blue) = 235+97+211=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB61D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB61D3 is #149E2C. Grayscale: #969696. Windows color (decimal): -1351213 or 13853163. OLE color: 13853163.

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

Color convert

RGB 235 97 211 -
CMYK 0 0.59 0.10 0.08
HSL 310.43º 0.78% 0.65% -
HSV(B) 310.43º 0.59% 0.92% -
XYZ 50.29 30.91 64.94 -
YUV 151.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 235 97 211 0 0.59 0.10 0.08 310.43 0.78 0.65
Hex EB 61 D3 0 3B A 8 136 4E 41
Octal 353 141 323 0 73 12 10 466 116 101
Binary 11101011 1100001 11010011 0 111011 1010 1000 100110110 1001110 1000001

Color Harmonies of #EB61D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB61D3

Black with #EB61D3

Text Example


Text Example

White with #EB61D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB61D3; }

 p { color: rgb(235,97,211); }

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

background-color css

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

 a { background-color: rgb(235,97,211); }

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

border-color css

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

 span { border-color: rgb(235,97,211); }

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