Html Css Color HEX #EB6CDD Free Speech Magenta

📋 copy color: '#EB6CDD'

red 235 ◦ green 108 ◦ blue 221

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

Shades of Free Speech Magenta #EB6CDD

Tints of Free Speech Magenta #EB6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 41.67%
G = 19.15%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB6CDD (or 0xEB6CDD) is known color: Free Speech Magenta. HEX triplet: EB, 6C and DD. RGB value is (235,108,221). Sum of RGB (Red+Green+Blue) = 235+108+221=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CDD is #149322. Grayscale: #9E9E9E. Windows color (decimal): -1348387 or 14511339. OLE color: 14511339.

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

Color convert

RGB 235 108 221 -
CMYK 0 0.54 0.06 0.08
HSL 306.61º 0.76% 0.67% -
HSV(B) 306.61º 0.54% 0.92% -
XYZ 52.67 33.61 72.12 -
YUV 158.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 235 108 221 0 0.54 0.06 0.08 306.61 0.76 0.67
Hex EB 6C DD 0 36 6 8 133 4C 43
Octal 353 154 335 0 66 6 10 463 114 103
Binary 11101011 1101100 11011101 0 110110 110 1000 100110011 1001100 1000011

Color Harmonies of #EB6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6CDD

Black with #EB6CDD

Text Example


Text Example

White with #EB6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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