Html Css Color HEX #E253E6 Free Speech Magenta

📋 copy color: '#E253E6'

red 226 ◦ green 83 ◦ blue 230

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

Shades of Free Speech Magenta #E253E6

Tints of Free Speech Magenta #E253E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.67%

R = 41.93%
G = 15.4%
B = 42.67%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E253E6 (or 0xE253E6) is known color: Free Speech Magenta. HEX triplet: E2, 53 and E6. RGB value is (226,83,230). Sum of RGB (Red+Green+Blue) = 226+83+230=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #E253E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E253E6 is #1DAC19. Grayscale: #8E8E8E. Windows color (decimal): -1944602 or 15094754. OLE color: 15094754.

HSL color Cylindrical-coordinate representation of color #E253E6: hue angle of 298.37º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E253E6 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 83 230 -
CMYK 0.02 0.64 0 0.10
HSL 298.37º 0.75% 0.61% -
HSV(B) 298.37º 0.64% 0.9% -
XYZ 48.74 28.07 77.71 -
YUV 142.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 226 83 230 0.02 0.64 0 0.10 298.37 0.75 0.61
Hex E2 53 E6 2 40 0 A 12A 4B 3D
Octal 342 123 346 2 100 0 12 452 113 75
Binary 11100010 1010011 11100110 10 1000000 0 1010 100101010 1001011 111101

Color Harmonies of #E253E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253E6

Black with #E253E6

Text Example


Text Example

White with #E253E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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