Html Css Color HEX #EB68CE Free Speech Magenta

📋 copy color: '#EB68CE'

red 235 ◦ green 104 ◦ blue 206

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

Shades of Free Speech Magenta #EB68CE

Tints of Free Speech Magenta #EB68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.08%

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

R = 43.12%
G = 19.08%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB68CE (or 0xEB68CE) is known color: Free Speech Magenta. HEX triplet: EB, 68 and CE. RGB value is (235,104,206). Sum of RGB (Red+Green+Blue) = 235+104+206=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68CE is #149731. Grayscale: #9A9A9A. Windows color (decimal): -1349426 or 13527275. OLE color: 13527275.

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

Color convert

RGB 235 104 206 -
CMYK 0 0.56 0.12 0.08
HSL 313.28º 0.77% 0.66% -
HSV(B) 313.28º 0.56% 0.92% -
XYZ 50.35 32.02 61.92 -
YUV 154.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 235 104 206 0 0.56 0.12 0.08 313.28 0.77 0.66
Hex EB 68 CE 0 38 C 8 139 4D 42
Octal 353 150 316 0 70 14 10 471 115 102
Binary 11101011 1101000 11001110 0 111000 1100 1000 100111001 1001101 1000010

Color Harmonies of #EB68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68CE

Black with #EB68CE

Text Example


Text Example

White with #EB68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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