Html Css Color HEX #EB6CDF Free Speech Magenta

📋 copy color: '#EB6CDF'

red 235 ◦ green 108 ◦ blue 223

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

Shades of Free Speech Magenta #EB6CDF

Tints of Free Speech Magenta #EB6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.08%

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 41.52%
G = 19.08%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB6CDF (or 0xEB6CDF) is known color: Free Speech Magenta. HEX triplet: EB, 6C and DF. RGB value is (235,108,223). Sum of RGB (Red+Green+Blue) = 235+108+223=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CDF is #149320. Grayscale: #9E9E9E. Windows color (decimal): -1348385 or 14642411. OLE color: 14642411.

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

Color convert

RGB 235 108 223 -
CMYK 0 0.54 0.05 0.08
HSL 305.67º 0.76% 0.67% -
HSV(B) 305.67º 0.54% 0.92% -
XYZ 52.94 33.72 73.53 -
YUV 159.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 235 108 223 0 0.54 0.05 0.08 305.67 0.76 0.67
Hex EB 6C DF 0 36 5 8 132 4C 43
Octal 353 154 337 0 66 5 10 462 114 103
Binary 11101011 1101100 11011111 0 110110 101 1000 100110010 1001100 1000011

Color Harmonies of #EB6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6CDF

Black with #EB6CDF

Text Example


Text Example

White with #EB6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6CDF; }

 p { color: rgb(235,108,223); }

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

background-color css

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

 a { background-color: rgb(235,108,223); }

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

border-color css

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

 span { border-color: rgb(235,108,223); }

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