Html Css Color HEX #E153CA Free Speech Magenta

📋 copy color: '#E153CA'

red 225 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Magenta #E153CA

Tints of Free Speech Magenta #E153CA

RGB

 RED value IS 225 (88.28% from 255) = 44.12%

 GREEN value IS 83 (32.81% from 255) = 16.27%

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 44.12%
G = 16.27%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E153CA (or 0xE153CA) is known color: Free Speech Magenta. HEX triplet: E1, 53 and CA. RGB value is (225,83,202). Sum of RGB (Red+Green+Blue) = 225+83+202=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E153CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153CA is #1EAC35. Grayscale: #8A8A8A. Windows color (decimal): -2010166 or 13259745. OLE color: 13259745.

HSL color Cylindrical-coordinate representation of color #E153CA: hue angle of 309.72º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E153CA is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 83 202 -
CMYK 0 0.63 0.10 0.12
HSL 309.72º 0.7% 0.6% -
HSV(B) 309.72º 0.63% 0.88% -
XYZ 44.81 26.46 58.62 -
YUV 139.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 225 83 202 0 0.63 0.10 0.12 309.72 0.7 0.6
Hex E1 53 CA 0 3F A C 136 46 3C
Octal 341 123 312 0 77 12 14 466 106 74
Binary 11100001 1010011 11001010 0 111111 1010 1100 100110110 1000110 111100

Color Harmonies of #E153CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E153CA

Black with #E153CA

Text Example


Text Example

White with #E153CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E153CA; }

 p { color: rgb(225,83,202); }

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

background-color css

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

 a { background-color: rgb(225,83,202); }

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

border-color css

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

 span { border-color: rgb(225,83,202); }

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