Html Css Color HEX #E25CD2 Free Speech Magenta

📋 copy color: '#E25CD2'

red 226 ◦ green 92 ◦ blue 210

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

Shades of Free Speech Magenta #E25CD2

Tints of Free Speech Magenta #E25CD2

RGB

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

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

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

R = 42.8%
G = 17.42%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E25CD2 (or 0xE25CD2) is known color: Free Speech Magenta. HEX triplet: E2, 5C and D2. RGB value is (226,92,210). Sum of RGB (Red+Green+Blue) = 226+92+210=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CD2 is #1DA32D. Grayscale: #919191. Windows color (decimal): -1942318 or 13786338. OLE color: 13786338.

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

Color convert

RGB 226 92 210 -
CMYK 0 0.59 0.07 0.11
HSL 307.16º 0.7% 0.62% -
HSV(B) 307.16º 0.59% 0.89% -
XYZ 46.82 28.48 64 -
YUV 145.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 226 92 210 0 0.59 0.07 0.11 307.16 0.7 0.62
Hex E2 5C D2 0 3B 7 B 133 46 3E
Octal 342 134 322 0 73 7 13 463 106 76
Binary 11100010 1011100 11010010 0 111011 111 1011 100110011 1000110 111110

Color Harmonies of #E25CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CD2

Black with #E25CD2

Text Example


Text Example

White with #E25CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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