Html Css Color HEX #EE4BDD Free Speech Magenta

📋 copy color: '#EE4BDD'

red 238 ◦ green 75 ◦ blue 221

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

Shades of Free Speech Magenta #EE4BDD

Tints of Free Speech Magenta #EE4BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.04%

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

R = 44.57%
G = 14.04%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE4BDD (or 0xEE4BDD) is known color: Free Speech Magenta. HEX triplet: EE, 4B and DD. RGB value is (238,75,221). Sum of RGB (Red+Green+Blue) = 238+75+221=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 75 (29.69% from 255 or 14.04% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BDD is #11B422. Grayscale: #8B8B8B. Windows color (decimal): -1160227 or 14502894. OLE color: 14502894.

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

Color convert

RGB 238 75 221 -
CMYK 0 0.68 0.07 0.07
HSL 306.26º 0.83% 0.61% -
HSV(B) 306.26º 0.68% 0.93% -
XYZ 50.83 28.43 71.22 -
YUV 140.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 238 75 221 0 0.68 0.07 0.07 306.26 0.83 0.61
Hex EE 4B DD 0 44 7 7 132 53 3D
Octal 356 113 335 0 104 7 7 462 123 75
Binary 11101110 1001011 11011101 0 1000100 111 111 100110010 1010011 111101

Color Harmonies of #EE4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BDD

Black with #EE4BDD

Text Example


Text Example

White with #EE4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BDD; }

 p { color: rgb(238,75,221); }

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

background-color css

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

 a { background-color: rgb(238,75,221); }

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

border-color css

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

 span { border-color: rgb(238,75,221); }

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