Html Css Color HEX #EE4BDB Free Speech Magenta

📋 copy color: '#EE4BDB'

red 238 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #EE4BDB

Tints of Free Speech Magenta #EE4BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 44.74%
G = 14.1%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE4BDB (or 0xEE4BDB) is known color: Free Speech Magenta. HEX triplet: EE, 4B and DB. RGB value is (238,75,219). Sum of RGB (Red+Green+Blue) = 238+75+219=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 75 (29.69% from 255 or 14.10% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BDB is #11B424. Grayscale: #8B8B8B. Windows color (decimal): -1160229 or 14371822. OLE color: 14371822.

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

Color convert

RGB 238 75 219 -
CMYK 0 0.68 0.08 0.07
HSL 306.99º 0.83% 0.61% -
HSV(B) 306.99º 0.68% 0.93% -
XYZ 50.56 28.32 69.82 -
YUV 140.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 238 75 219 0 0.68 0.08 0.07 306.99 0.83 0.61
Hex EE 4B DB 0 44 8 7 133 53 3D
Octal 356 113 333 0 104 10 7 463 123 75
Binary 11101110 1001011 11011011 0 1000100 1000 111 100110011 1010011 111101

Color Harmonies of #EE4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BDB

Black with #EE4BDB

Text Example


Text Example

White with #EE4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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