Html Css Color HEX #E753D4 Free Speech Magenta

📋 copy color: '#E753D4'

red 231 ◦ green 83 ◦ blue 212

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

Shades of Free Speech Magenta #E753D4

Tints of Free Speech Magenta #E753D4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.78%

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

R = 43.92%
G = 15.78%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E753D4 (or 0xE753D4) is known color: Free Speech Magenta. HEX triplet: E7, 53 and D4. RGB value is (231,83,212). Sum of RGB (Red+Green+Blue) = 231+83+212=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E753D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753D4 is #18AC2B. Grayscale: #8D8D8D. Windows color (decimal): -1616940 or 13915111. OLE color: 13915111.

HSL color Cylindrical-coordinate representation of color #E753D4: hue angle of 307.7º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E753D4 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 212 -
CMYK 0 0.64 0.08 0.09
HSL 307.7º 0.76% 0.62% -
HSV(B) 307.7º 0.64% 0.91% -
XYZ 47.93 27.93 65.15 -
YUV 141.96 167.53 191.51 -
System Red Green Blue C M Y K H S L
Decimal 231 83 212 0 0.64 0.08 0.09 307.7 0.76 0.62
Hex E7 53 D4 0 40 8 9 134 4C 3E
Octal 347 123 324 0 100 10 11 464 114 76
Binary 11100111 1010011 11010100 0 1000000 1000 1001 100110100 1001100 111110

Color Harmonies of #E753D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E753D4

Black with #E753D4

Text Example


Text Example

White with #E753D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E753D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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