Html Css Color HEX #EB68D0 Free Speech Magenta

📋 copy color: '#EB68D0'

red 235 ◦ green 104 ◦ blue 208

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

Shades of Free Speech Magenta #EB68D0

Tints of Free Speech Magenta #EB68D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 42.96%
G = 19.01%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB68D0 (or 0xEB68D0) is known color: Free Speech Magenta. HEX triplet: EB, 68 and D0. RGB value is (235,104,208). Sum of RGB (Red+Green+Blue) = 235+104+208=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68D0 is #14972F. Grayscale: #9A9A9A. Windows color (decimal): -1349424 or 13658347. OLE color: 13658347.

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

Color convert

RGB 235 104 208 -
CMYK 0 0.56 0.11 0.08
HSL 312.37º 0.77% 0.66% -
HSV(B) 312.37º 0.56% 0.92% -
XYZ 50.6 32.12 63.21 -
YUV 155.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 235 104 208 0 0.56 0.11 0.08 312.37 0.77 0.66
Hex EB 68 D0 0 38 B 8 138 4D 42
Octal 353 150 320 0 70 13 10 470 115 102
Binary 11101011 1101000 11010000 0 111000 1011 1000 100111000 1001101 1000010

Color Harmonies of #EB68D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68D0

Black with #EB68D0

Text Example


Text Example

White with #EB68D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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