Html Css Color HEX #EB5ECB Free Speech Magenta

📋 copy color: '#EB5ECB'

red 235 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Magenta #EB5ECB

Tints of Free Speech Magenta #EB5ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 44.17%
G = 17.67%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB5ECB (or 0xEB5ECB) is known color: Free Speech Magenta. HEX triplet: EB, 5E and CB. RGB value is (235,94,203). Sum of RGB (Red+Green+Blue) = 235+94+203=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ECB is #14A134. Grayscale: #949494. Windows color (decimal): -1351989 or 13328107. OLE color: 13328107.

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

Color convert

RGB 235 94 203 -
CMYK 0 0.6 0.14 0.08
HSL 313.62º 0.78% 0.65% -
HSV(B) 313.62º 0.6% 0.92% -
XYZ 49.04 29.98 59.7 -
YUV 148.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 235 94 203 0 0.6 0.14 0.08 313.62 0.78 0.65
Hex EB 5E CB 0 3C E 8 13A 4E 41
Octal 353 136 313 0 74 16 10 472 116 101
Binary 11101011 1011110 11001011 0 111100 1110 1000 100111010 1001110 1000001

Color Harmonies of #EB5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5ECB

Black with #EB5ECB

Text Example


Text Example

White with #EB5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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