Html Css Color HEX #EE4BED Free Speech Magenta

📋 copy color: '#EE4BED'

red 238 ◦ green 75 ◦ blue 237

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

Shades of Free Speech Magenta #EE4BED

Tints of Free Speech Magenta #EE4BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 43.27%
G = 13.64%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE4BED (or 0xEE4BED) is known color: Free Speech Magenta. HEX triplet: EE, 4B and ED. RGB value is (238,75,237). Sum of RGB (Red+Green+Blue) = 238+75+237=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 75 (29.69% from 255 or 13.64% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4BED is #11B412. Grayscale: #8D8D8D. Windows color (decimal): -1160211 or 15551470. OLE color: 15551470.

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

Color convert

RGB 238 75 237 -
CMYK 0 0.68 0.00 0.07
HSL 300.37º 0.83% 0.61% -
HSV(B) 300.37º 0.68% 0.93% -
XYZ 53.06 29.32 82.98 -
YUV 142.21 181.5 196.33 -
System Red Green Blue C M Y K H S L
Decimal 238 75 237 0 0.68 0.00 0.07 300.37 0.83 0.61
Hex EE 4B ED 0 44 0 7 12C 53 3D
Octal 356 113 355 0 104 0 7 454 123 75
Binary 11101110 1001011 11101101 0 1000100 0 111 100101100 1010011 111101

Color Harmonies of #EE4BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BED

Black with #EE4BED

Text Example


Text Example

White with #EE4BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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