Html Css Color HEX #E253C5 Free Speech Magenta

📋 copy color: '#E253C5'

red 226 ◦ green 83 ◦ blue 197

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

Shades of Free Speech Magenta #E253C5

Tints of Free Speech Magenta #E253C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 44.66%
G = 16.4%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E253C5 (or 0xE253C5) is known color: Free Speech Magenta. HEX triplet: E2, 53 and C5. RGB value is (226,83,197). Sum of RGB (Red+Green+Blue) = 226+83+197=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E253C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253C5 is #1DAC3A. Grayscale: #8A8A8A. Windows color (decimal): -1944635 or 12932066. OLE color: 12932066.

HSL color Cylindrical-coordinate representation of color #E253C5: hue angle of 312.17º 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 #E253C5 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 83 197 -
CMYK 0 0.63 0.13 0.11
HSL 312.17º 0.71% 0.61% -
HSV(B) 312.17º 0.63% 0.89% -
XYZ 44.54 26.39 55.57 -
YUV 138.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 226 83 197 0 0.63 0.13 0.11 312.17 0.71 0.61
Hex E2 53 C5 0 3F D B 138 47 3D
Octal 342 123 305 0 77 15 13 470 107 75
Binary 11100010 1010011 11000101 0 111111 1101 1011 100111000 1000111 111101

Color Harmonies of #E253C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253C5

Black with #E253C5

Text Example


Text Example

White with #E253C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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