Html Css Color HEX #EE4DCF Free Speech Magenta

📋 copy color: '#EE4DCF'

red 238 ◦ green 77 ◦ blue 207

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

Shades of Free Speech Magenta #EE4DCF

Tints of Free Speech Magenta #EE4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.75%

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 45.59%
G = 14.75%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE4DCF (or 0xEE4DCF) is known color: Free Speech Magenta. HEX triplet: EE, 4D and CF. RGB value is (238,77,207). Sum of RGB (Red+Green+Blue) = 238+77+207=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DCF is #11B230. Grayscale: #8B8B8B. Windows color (decimal): -1159729 or 13585902. OLE color: 13585902.

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

Color convert

RGB 238 77 207 -
CMYK 0 0.68 0.13 0.07
HSL 311.55º 0.83% 0.62% -
HSV(B) 311.55º 0.68% 0.93% -
XYZ 49.18 27.99 61.84 -
YUV 139.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 238 77 207 0 0.68 0.13 0.07 311.55 0.83 0.62
Hex EE 4D CF 0 44 D 7 138 53 3E
Octal 356 115 317 0 104 15 7 470 123 76
Binary 11101110 1001101 11001111 0 1000100 1101 111 100111000 1010011 111110

Color Harmonies of #EE4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DCF

Black with #EE4DCF

Text Example


Text Example

White with #EE4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DCF; }

 p { color: rgb(238,77,207); }

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

background-color css

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

 a { background-color: rgb(238,77,207); }

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

border-color css

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

 span { border-color: rgb(238,77,207); }

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