Html Css Color HEX #E745D4 Free Speech Magenta

📋 copy color: '#E745D4'

red 231 ◦ green 69 ◦ blue 212

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

Shades of Free Speech Magenta #E745D4

Tints of Free Speech Magenta #E745D4

RGB

 RED value IS 231 (90.63% from 255) = 45.12%

 GREEN value IS 69 (27.34% from 255) = 13.48%

 BLUE value IS 212 (83.2% from 255) = 41.41%

R = 45.12%
G = 13.48%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E745D4 (or 0xE745D4) is known color: Free Speech Magenta. HEX triplet: E7, 45 and D4. RGB value is (231,69,212). Sum of RGB (Red+Green+Blue) = 231+69+212=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E745D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E745D4 is #18BA2B. Grayscale: #858585. Windows color (decimal): -1620524 or 13911527. OLE color: 13911527.

HSL color Cylindrical-coordinate representation of color #E745D4: hue angle of 307.04º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E745D4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 69 212 -
CMYK 0 0.70 0.08 0.09
HSL 307.04º 0.77% 0.59% -
HSV(B) 307.04º 0.7% 0.91% -
XYZ 46.97 26 64.83 -
YUV 133.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 231 69 212 0 0.70 0.08 0.09 307.04 0.77 0.59
Hex E7 45 D4 0 46 8 9 133 4D 3B
Octal 347 105 324 0 106 10 11 463 115 73
Binary 11100111 1000101 11010100 0 1000110 1000 1001 100110011 1001101 111011

Color Harmonies of #E745D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E745D4

Black with #E745D4

Text Example


Text Example

White with #E745D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E745D4; }

 p { color: rgb(231,69,212); }

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

background-color css

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

 a { background-color: rgb(231,69,212); }

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

border-color css

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

 span { border-color: rgb(231,69,212); }

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