Html Css Color HEX #E135DD Free Speech Magenta

📋 copy color: '#E135DD'

red 225 ◦ green 53 ◦ blue 221

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

Shades of Free Speech Magenta #E135DD

Tints of Free Speech Magenta #E135DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.62%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 45.09%
G = 10.62%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E135DD (or 0xE135DD) is known color: Free Speech Magenta. HEX triplet: E1, 35 and DD. RGB value is (225,53,221). Sum of RGB (Red+Green+Blue) = 225+53+221=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E135DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E135DD is #1ECA22. Grayscale: #7B7B7B. Windows color (decimal): -2017827 or 14497249. OLE color: 14497249.

HSL color Cylindrical-coordinate representation of color #E135DD: hue angle of 301.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E135DD is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 53 221 -
CMYK 0 0.76 0.02 0.12
HSL 301.4º 0.74% 0.55% -
HSV(B) 301.4º 0.76% 0.88% -
XYZ 45.38 23.77 70.6 -
YUV 123.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 225 53 221 0 0.76 0.02 0.12 301.4 0.74 0.55
Hex E1 35 DD 0 4C 2 C 12D 4A 37
Octal 341 65 335 0 114 2 14 455 112 67
Binary 11100001 110101 11011101 0 1001100 10 1100 100101101 1001010 110111

Color Harmonies of #E135DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E135DD

Black with #E135DD

Text Example


Text Example

White with #E135DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E135DD; }

 p { color: rgb(225,53,221); }

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

background-color css

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

 a { background-color: rgb(225,53,221); }

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

border-color css

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

 span { border-color: rgb(225,53,221); }

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