Html Css Color HEX #E253BC Free Speech Magenta

📋 copy color: '#E253BC'

red 226 ◦ green 83 ◦ blue 188

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

Shades of Free Speech Magenta #E253BC

Tints of Free Speech Magenta #E253BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 45.47%
G = 16.7%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E253BC (or 0xE253BC) is known color: Free Speech Magenta. HEX triplet: E2, 53 and BC. RGB value is (226,83,188). Sum of RGB (Red+Green+Blue) = 226+83+188=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E253BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253BC is #1DAC43. Grayscale: #898989. Windows color (decimal): -1944644 or 12342242. OLE color: 12342242.

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

Color convert

RGB 226 83 188 -
CMYK 0 0.63 0.17 0.11
HSL 315.94º 0.71% 0.61% -
HSV(B) 315.94º 0.63% 0.89% -
XYZ 43.53 25.99 50.3 -
YUV 137.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 226 83 188 0 0.63 0.17 0.11 315.94 0.71 0.61
Hex E2 53 BC 0 3F 11 B 13C 47 3D
Octal 342 123 274 0 77 21 13 474 107 75
Binary 11100010 1010011 10111100 0 111111 10001 1011 100111100 1000111 111101

Color Harmonies of #E253BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253BC

Black with #E253BC

Text Example


Text Example

White with #E253BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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