Html Css Color HEX #EB6ACE Free Speech Magenta

📋 copy color: '#EB6ACE'

red 235 ◦ green 106 ◦ blue 206

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

Shades of Free Speech Magenta #EB6ACE

Tints of Free Speech Magenta #EB6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.38%

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

R = 42.96%
G = 19.38%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB6ACE (or 0xEB6ACE) is known color: Free Speech Magenta. HEX triplet: EB, 6A and CE. RGB value is (235,106,206). Sum of RGB (Red+Green+Blue) = 235+106+206=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ACE is #149531. Grayscale: #9B9B9B. Windows color (decimal): -1348914 or 13527787. OLE color: 13527787.

HSL color Cylindrical-coordinate representation of color #EB6ACE: hue angle of 313.49º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6ACE is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 106 206 -
CMYK 0 0.55 0.12 0.08
HSL 313.49º 0.76% 0.67% -
HSV(B) 313.49º 0.55% 0.92% -
XYZ 50.56 32.43 61.99 -
YUV 155.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 235 106 206 0 0.55 0.12 0.08 313.49 0.76 0.67
Hex EB 6A CE 0 37 C 8 139 4C 43
Octal 353 152 316 0 67 14 10 471 114 103
Binary 11101011 1101010 11001110 0 110111 1100 1000 100111001 1001100 1000011

Color Harmonies of #EB6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6ACE

Black with #EB6ACE

Text Example


Text Example

White with #EB6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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