Html Css Color HEX #EB68CC Free Speech Magenta

📋 copy color: '#EB68CC'

red 235 ◦ green 104 ◦ blue 204

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

Shades of Free Speech Magenta #EB68CC

Tints of Free Speech Magenta #EB68CC

RGB

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

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

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

R = 43.28%
G = 19.15%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB68CC (or 0xEB68CC) is known color: Free Speech Magenta. HEX triplet: EB, 68 and CC. RGB value is (235,104,204). Sum of RGB (Red+Green+Blue) = 235+104+204=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68CC is #149733. Grayscale: #9A9A9A. Windows color (decimal): -1349428 or 13396203. OLE color: 13396203.

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

Color convert

RGB 235 104 204 -
CMYK 0 0.56 0.13 0.08
HSL 314.2º 0.77% 0.66% -
HSV(B) 314.2º 0.56% 0.92% -
XYZ 50.11 31.92 60.65 -
YUV 154.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 235 104 204 0 0.56 0.13 0.08 314.2 0.77 0.66
Hex EB 68 CC 0 38 D 8 13A 4D 42
Octal 353 150 314 0 70 15 10 472 115 102
Binary 11101011 1101000 11001100 0 111000 1101 1000 100111010 1001101 1000010

Color Harmonies of #EB68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68CC

Black with #EB68CC

Text Example


Text Example

White with #EB68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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