Html Css Color HEX #EE4BE0 Free Speech Magenta

📋 copy color: '#EE4BE0'

red 238 ◦ green 75 ◦ blue 224

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

Shades of Free Speech Magenta #EE4BE0

Tints of Free Speech Magenta #EE4BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.71%

R = 44.32%
G = 13.97%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE4BE0 (or 0xEE4BE0) is known color: Free Speech Magenta. HEX triplet: EE, 4B and E0. RGB value is (238,75,224). Sum of RGB (Red+Green+Blue) = 238+75+224=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 75 (29.69% from 255 or 13.97% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BE0 is #11B41F. Grayscale: #8C8C8C. Windows color (decimal): -1160224 or 14699502. OLE color: 14699502.

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

Color convert

RGB 238 75 224 -
CMYK 0 0.68 0.06 0.07
HSL 305.15º 0.83% 0.61% -
HSV(B) 305.15º 0.68% 0.93% -
XYZ 51.23 28.59 73.34 -
YUV 140.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 238 75 224 0 0.68 0.06 0.07 305.15 0.83 0.61
Hex EE 4B E0 0 44 6 7 131 53 3D
Octal 356 113 340 0 104 6 7 461 123 75
Binary 11101110 1001011 11100000 0 1000100 110 111 100110001 1010011 111101

Color Harmonies of #EE4BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BE0

Black with #EE4BE0

Text Example


Text Example

White with #EE4BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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