Html Css Color HEX #E253DA Free Speech Magenta

📋 copy color: '#E253DA'

red 226 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #E253DA

Tints of Free Speech Magenta #E253DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 42.88%
G = 15.75%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E253DA (or 0xE253DA) is known color: Free Speech Magenta. HEX triplet: E2, 53 and DA. RGB value is (226,83,218). Sum of RGB (Red+Green+Blue) = 226+83+218=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E253DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253DA is #1DAC25. Grayscale: #8C8C8C. Windows color (decimal): -1944614 or 14308322. OLE color: 14308322.

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

Color convert

RGB 226 83 218 -
CMYK 0 0.63 0.04 0.11
HSL 303.36º 0.71% 0.61% -
HSV(B) 303.36º 0.63% 0.89% -
XYZ 47.11 27.42 69.14 -
YUV 141.15 171.38 188.52 -
System Red Green Blue C M Y K H S L
Decimal 226 83 218 0 0.63 0.04 0.11 303.36 0.71 0.61
Hex E2 53 DA 0 3F 4 B 12F 47 3D
Octal 342 123 332 0 77 4 13 457 107 75
Binary 11100010 1010011 11011010 0 111111 100 1011 100101111 1000111 111101

Color Harmonies of #E253DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E253DA

Black with #E253DA

Text Example


Text Example

White with #E253DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E253DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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