Html Css Color HEX #E253BA Free Speech Magenta

📋 copy color: '#E253BA'

red 226 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Magenta #E253BA

Tints of Free Speech Magenta #E253BA

RGB

 RED value IS 226 (88.67% from 255) = 45.66%

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 45.66%
G = 16.77%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E253BA (or 0xE253BA) is known color: Free Speech Magenta. HEX triplet: E2, 53 and BA. RGB value is (226,83,186). Sum of RGB (Red+Green+Blue) = 226+83+186=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E253BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253BA is #1DAC45. Grayscale: #898989. Windows color (decimal): -1944646 or 12211170. OLE color: 12211170.

HSL color Cylindrical-coordinate representation of color #E253BA: hue angle of 316.78º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E253BA is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 83 186 -
CMYK 0 0.63 0.18 0.11
HSL 316.78º 0.71% 0.61% -
HSV(B) 316.78º 0.63% 0.89% -
XYZ 43.32 25.9 49.17 -
YUV 137.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 226 83 186 0 0.63 0.18 0.11 316.78 0.71 0.61
Hex E2 53 BA 0 3F 12 B 13D 47 3D
Octal 342 123 272 0 77 22 13 475 107 75
Binary 11100010 1010011 10111010 0 111111 10010 1011 100111101 1000111 111101

Color Harmonies of #E253BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253BA

Black with #E253BA

Text Example


Text Example

White with #E253BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253BA; }

 p { color: rgb(226,83,186); }

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

background-color css

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

 a { background-color: rgb(226,83,186); }

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

border-color css

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

 span { border-color: rgb(226,83,186); }

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