Html Css Color HEX #E253BD Free Speech Magenta

📋 copy color: '#E253BD'

red 226 ◦ green 83 ◦ blue 189

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

Shades of Free Speech Magenta #E253BD

Tints of Free Speech Magenta #E253BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 45.38%
G = 16.67%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E253BD (or 0xE253BD) is known color: Free Speech Magenta. HEX triplet: E2, 53 and BD. RGB value is (226,83,189). Sum of RGB (Red+Green+Blue) = 226+83+189=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E253BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253BD is #1DAC42. Grayscale: #898989. Windows color (decimal): -1944643 or 12407778. OLE color: 12407778.

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

Color convert

RGB 226 83 189 -
CMYK 0 0.63 0.16 0.11
HSL 315.52º 0.71% 0.61% -
HSV(B) 315.52º 0.63% 0.89% -
XYZ 43.64 26.03 50.87 -
YUV 137.84 156.88 190.88 -
System Red Green Blue C M Y K H S L
Decimal 226 83 189 0 0.63 0.16 0.11 315.52 0.71 0.61
Hex E2 53 BD 0 3F 10 B 13C 47 3D
Octal 342 123 275 0 77 20 13 474 107 75
Binary 11100010 1010011 10111101 0 111111 10000 1011 100111100 1000111 111101

Color Harmonies of #E253BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253BD

Black with #E253BD

Text Example


Text Example

White with #E253BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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