Html Css Color HEX #E13EDA Free Speech Magenta

📋 copy color: '#E13EDA'

red 225 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Magenta #E13EDA

Tints of Free Speech Magenta #E13EDA

RGB

 RED value IS 225 (88.28% from 255) = 44.55%

 GREEN value IS 62 (24.61% from 255) = 12.28%

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

R = 44.55%
G = 12.28%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E13EDA (or 0xE13EDA) is known color: Free Speech Magenta. HEX triplet: E1, 3E and DA. RGB value is (225,62,218). Sum of RGB (Red+Green+Blue) = 225+62+218=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13EDA is #1EC125. Grayscale: #808080. Windows color (decimal): -2015526 or 14302945. OLE color: 14302945.

HSL color Cylindrical-coordinate representation of color #E13EDA: hue angle of 302.58º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13EDA is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 62 218 -
CMYK 0 0.72 0.03 0.12
HSL 302.58º 0.73% 0.56% -
HSV(B) 302.58º 0.72% 0.88% -
XYZ 45.43 24.51 68.67 -
YUV 128.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 225 62 218 0 0.72 0.03 0.12 302.58 0.73 0.56
Hex E1 3E DA 0 48 3 C 12F 49 38
Octal 341 76 332 0 110 3 14 457 111 70
Binary 11100001 111110 11011010 0 1001000 11 1100 100101111 1001001 111000

Color Harmonies of #E13EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13EDA

Black with #E13EDA

Text Example


Text Example

White with #E13EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13EDA; }

 p { color: rgb(225,62,218); }

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

background-color css

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

 a { background-color: rgb(225,62,218); }

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

border-color css

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

 span { border-color: rgb(225,62,218); }

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