Html Css Color HEX #EB68D6 Free Speech Magenta

📋 copy color: '#EB68D6'

red 235 ◦ green 104 ◦ blue 214

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

Shades of Free Speech Magenta #EB68D6

Tints of Free Speech Magenta #EB68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 42.5%
G = 18.81%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EB68D6 (or 0xEB68D6) is known color: Free Speech Magenta. HEX triplet: EB, 68 and D6. RGB value is (235,104,214). Sum of RGB (Red+Green+Blue) = 235+104+214=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68D6 is #149729. Grayscale: #9B9B9B. Windows color (decimal): -1349418 or 14051563. OLE color: 14051563.

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

Color convert

RGB 235 104 214 -
CMYK 0 0.56 0.09 0.08
HSL 309.62º 0.77% 0.66% -
HSV(B) 309.62º 0.56% 0.92% -
XYZ 51.35 32.42 67.17 -
YUV 155.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 235 104 214 0 0.56 0.09 0.08 309.62 0.77 0.66
Hex EB 68 D6 0 38 9 8 136 4D 42
Octal 353 150 326 0 70 11 10 466 115 102
Binary 11101011 1101000 11010110 0 111000 1001 1000 100110110 1001101 1000010

Color Harmonies of #EB68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68D6

Black with #EB68D6

Text Example


Text Example

White with #EB68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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