Html Css Color HEX #E059CB Free Speech Magenta

📋 copy color: '#E059CB'

red 224 ◦ green 89 ◦ blue 203

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

Shades of Free Speech Magenta #E059CB

Tints of Free Speech Magenta #E059CB

RGB

 RED value IS 224 (87.89% from 255) = 43.41%

 GREEN value IS 89 (35.16% from 255) = 17.25%

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

R = 43.41%
G = 17.25%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E059CB (or 0xE059CB) is known color: Free Speech Magenta. HEX triplet: E0, 59 and CB. RGB value is (224,89,203). Sum of RGB (Red+Green+Blue) = 224+89+203=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E059CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E059CB is #1FA634. Grayscale: #8E8E8E. Windows color (decimal): -2074165 or 13326816. OLE color: 13326816.

HSL color Cylindrical-coordinate representation of color #E059CB: hue angle of 309.33º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E059CB is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 203 -
CMYK 0 0.60 0.09 0.12
HSL 309.33º 0.69% 0.61% -
HSV(B) 309.33º 0.6% 0.88% -
XYZ 45.09 27.3 59.39 -
YUV 142.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 224 89 203 0 0.60 0.09 0.12 309.33 0.69 0.61
Hex E0 59 CB 0 3C 9 C 135 45 3D
Octal 340 131 313 0 74 11 14 465 105 75
Binary 11100000 1011001 11001011 0 111100 1001 1100 100110101 1000101 111101

Color Harmonies of #E059CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059CB

Black with #E059CB

Text Example


Text Example

White with #E059CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059CB; }

 p { color: rgb(224,89,203); }

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

background-color css

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

 a { background-color: rgb(224,89,203); }

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

border-color css

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

 span { border-color: rgb(224,89,203); }

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