Html Css Color HEX #EE50CB Free Speech Magenta

📋 copy color: '#EE50CB'

red 238 ◦ green 80 ◦ blue 203

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

Shades of Free Speech Magenta #EE50CB

Tints of Free Speech Magenta #EE50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.36%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 45.68%
G = 15.36%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE50CB (or 0xEE50CB) is known color: Free Speech Magenta. HEX triplet: EE, 50 and CB. RGB value is (238,80,203). Sum of RGB (Red+Green+Blue) = 238+80+203=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50CB is #11AF34. Grayscale: #8C8C8C. Windows color (decimal): -1158965 or 13324526. OLE color: 13324526.

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

Color convert

RGB 238 80 203 -
CMYK 0 0.66 0.15 0.07
HSL 313.29º 0.82% 0.62% -
HSV(B) 313.29º 0.66% 0.93% -
XYZ 48.91 28.23 59.37 -
YUV 141.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 238 80 203 0 0.66 0.15 0.07 313.29 0.82 0.62
Hex EE 50 CB 0 42 F 7 139 52 3E
Octal 356 120 313 0 102 17 7 471 122 76
Binary 11101110 1010000 11001011 0 1000010 1111 111 100111001 1010010 111110

Color Harmonies of #EE50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50CB

Black with #EE50CB

Text Example


Text Example

White with #EE50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50CB; }

 p { color: rgb(238,80,203); }

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

background-color css

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

 a { background-color: rgb(238,80,203); }

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

border-color css

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

 span { border-color: rgb(238,80,203); }

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