Html Css Color HEX #EB5ECC Free Speech Magenta

📋 copy color: '#EB5ECC'

red 235 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Magenta #EB5ECC

Tints of Free Speech Magenta #EB5ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 44.09%
G = 17.64%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB5ECC (or 0xEB5ECC) is known color: Free Speech Magenta. HEX triplet: EB, 5E and CC. RGB value is (235,94,204). Sum of RGB (Red+Green+Blue) = 235+94+204=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ECC is #14A133. Grayscale: #949494. Windows color (decimal): -1351988 or 13393643. OLE color: 13393643.

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

Color convert

RGB 235 94 204 -
CMYK 0 0.6 0.13 0.08
HSL 313.19º 0.78% 0.65% -
HSV(B) 313.19º 0.6% 0.92% -
XYZ 49.16 30.03 60.33 -
YUV 148.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 235 94 204 0 0.6 0.13 0.08 313.19 0.78 0.65
Hex EB 5E CC 0 3C D 8 139 4E 41
Octal 353 136 314 0 74 15 10 471 116 101
Binary 11101011 1011110 11001100 0 111100 1101 1000 100111001 1001110 1000001

Color Harmonies of #EB5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5ECC

Black with #EB5ECC

Text Example


Text Example

White with #EB5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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