Html Css Color HEX #EB5ECE Free Speech Magenta

📋 copy color: '#EB5ECE'

red 235 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Magenta #EB5ECE

Tints of Free Speech Magenta #EB5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 43.93%
G = 17.57%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB5ECE (or 0xEB5ECE) is known color: Free Speech Magenta. HEX triplet: EB, 5E and CE. RGB value is (235,94,206). Sum of RGB (Red+Green+Blue) = 235+94+206=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ECE is #14A131. Grayscale: #949494. Windows color (decimal): -1351986 or 13524715. OLE color: 13524715.

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

Color convert

RGB 235 94 206 -
CMYK 0 0.6 0.12 0.08
HSL 312.34º 0.78% 0.65% -
HSV(B) 312.34º 0.6% 0.92% -
XYZ 49.4 30.12 61.6 -
YUV 148.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 235 94 206 0 0.6 0.12 0.08 312.34 0.78 0.65
Hex EB 5E CE 0 3C C 8 138 4E 41
Octal 353 136 316 0 74 14 10 470 116 101
Binary 11101011 1011110 11001110 0 111100 1100 1000 100111000 1001110 1000001

Color Harmonies of #EB5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5ECE

Black with #EB5ECE

Text Example


Text Example

White with #EB5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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