Html Css Color HEX #E753CF Free Speech Magenta

📋 copy color: '#E753CF'

red 231 ◦ green 83 ◦ blue 207

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

Shades of Free Speech Magenta #E753CF

Tints of Free Speech Magenta #E753CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 44.34%
G = 15.93%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E753CF (or 0xE753CF) is known color: Free Speech Magenta. HEX triplet: E7, 53 and CF. RGB value is (231,83,207). Sum of RGB (Red+Green+Blue) = 231+83+207=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E753CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753CF is #18AC30. Grayscale: #8D8D8D. Windows color (decimal): -1616945 or 13587431. OLE color: 13587431.

HSL color Cylindrical-coordinate representation of color #E753CF: hue angle of 309.73º 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 #E753CF is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 207 -
CMYK 0 0.64 0.10 0.09
HSL 309.73º 0.76% 0.62% -
HSV(B) 309.73º 0.64% 0.91% -
XYZ 47.31 27.68 61.88 -
YUV 141.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 231 83 207 0 0.64 0.10 0.09 309.73 0.76 0.62
Hex E7 53 CF 0 40 A 9 136 4C 3E
Octal 347 123 317 0 100 12 11 466 114 76
Binary 11100111 1010011 11001111 0 1000000 1010 1001 100110110 1001100 111110

Color Harmonies of #E753CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E753CF

Black with #E753CF

Text Example


Text Example

White with #E753CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E753CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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