Html Css Color HEX #EE6BDA Free Speech Magenta

📋 copy color: '#EE6BDA'

red 238 ◦ green 107 ◦ blue 218

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

Shades of Free Speech Magenta #EE6BDA

Tints of Free Speech Magenta #EE6BDA

RGB

 RED value IS 238 (93.36% from 255) = 42.27%

 GREEN value IS 107 (42.19% from 255) = 19.01%

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 42.27%
G = 19.01%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE6BDA (or 0xEE6BDA) is known color: Free Speech Magenta. HEX triplet: EE, 6B and DA. RGB value is (238,107,218). Sum of RGB (Red+Green+Blue) = 238+107+218=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BDA is #119425. Grayscale: #9E9E9E. Windows color (decimal): -1152038 or 14314478. OLE color: 14314478.

HSL color Cylindrical-coordinate representation of color #EE6BDA: hue angle of 309.16º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6BDA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 107 218 -
CMYK 0 0.55 0.08 0.07
HSL 309.16º 0.79% 0.68% -
HSV(B) 309.16º 0.55% 0.93% -
XYZ 53.17 33.75 70.04 -
YUV 158.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 238 107 218 0 0.55 0.08 0.07 309.16 0.79 0.68
Hex EE 6B DA 0 37 8 7 135 4F 44
Octal 356 153 332 0 67 10 7 465 117 104
Binary 11101110 1101011 11011010 0 110111 1000 111 100110101 1001111 1000100

Color Harmonies of #EE6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6BDA

Black with #EE6BDA

Text Example


Text Example

White with #EE6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6BDA; }

 p { color: rgb(238,107,218); }

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

background-color css

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

 a { background-color: rgb(238,107,218); }

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

border-color css

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

 span { border-color: rgb(238,107,218); }

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