Html Css Color HEX #E452D1 Free Speech Magenta

📋 copy color: '#E452D1'

red 228 ◦ green 82 ◦ blue 209

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

Shades of Free Speech Magenta #E452D1

Tints of Free Speech Magenta #E452D1

RGB

 RED value IS 228 (89.45% from 255) = 43.93%

 GREEN value IS 82 (32.42% from 255) = 15.8%

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 43.93%
G = 15.8%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E452D1 (or 0xE452D1) is known color: Free Speech Magenta. HEX triplet: E4, 52 and D1. RGB value is (228,82,209). Sum of RGB (Red+Green+Blue) = 228+82+209=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E452D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E452D1 is #1BAD2E. Grayscale: #8B8B8B. Windows color (decimal): -1813807 or 13718244. OLE color: 13718244.

HSL color Cylindrical-coordinate representation of color #E452D1: hue angle of 307.81º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E452D1 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 82 209 -
CMYK 0 0.64 0.08 0.11
HSL 307.81º 0.73% 0.61% -
HSV(B) 307.81º 0.64% 0.89% -
XYZ 46.52 27.13 63.11 -
YUV 140.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 228 82 209 0 0.64 0.08 0.11 307.81 0.73 0.61
Hex E4 52 D1 0 40 8 B 134 49 3D
Octal 344 122 321 0 100 10 13 464 111 75
Binary 11100100 1010010 11010001 0 1000000 1000 1011 100110100 1001001 111101

Color Harmonies of #E452D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E452D1

Black with #E452D1

Text Example


Text Example

White with #E452D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E452D1; }

 p { color: rgb(228,82,209); }

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

background-color css

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

 a { background-color: rgb(228,82,209); }

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

border-color css

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

 span { border-color: rgb(228,82,209); }

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