Html Css Color HEX #E15CD2 Free Speech Magenta

📋 copy color: '#E15CD2'

red 225 ◦ green 92 ◦ blue 210

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

Shades of Free Speech Magenta #E15CD2

Tints of Free Speech Magenta #E15CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.46%

 BLUE value IS 210 (82.42% from 255) = 39.85%

R = 42.69%
G = 17.46%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E15CD2 (or 0xE15CD2) is known color: Free Speech Magenta. HEX triplet: E1, 5C and D2. RGB value is (225,92,210). Sum of RGB (Red+Green+Blue) = 225+92+210=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CD2 is #1EA32D. Grayscale: #909090. Windows color (decimal): -2007854 or 13786337. OLE color: 13786337.

HSL color Cylindrical-coordinate representation of color #E15CD2: hue angle of 306.77º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15CD2 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 92 210 -
CMYK 0 0.59 0.07 0.12
HSL 306.77º 0.69% 0.62% -
HSV(B) 306.77º 0.59% 0.88% -
XYZ 46.51 28.31 63.99 -
YUV 145.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 225 92 210 0 0.59 0.07 0.12 306.77 0.69 0.62
Hex E1 5C D2 0 3B 7 C 133 45 3E
Octal 341 134 322 0 73 7 14 463 105 76
Binary 11100001 1011100 11010010 0 111011 111 1100 100110011 1000101 111110

Color Harmonies of #E15CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CD2

Black with #E15CD2

Text Example


Text Example

White with #E15CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CD2; }

 p { color: rgb(225,92,210); }

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

background-color css

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

 a { background-color: rgb(225,92,210); }

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

border-color css

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

 span { border-color: rgb(225,92,210); }

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