Html Css Color HEX #E765C5 Free Speech Magenta

📋 copy color: '#E765C5'

red 231 ◦ green 101 ◦ blue 197

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

Shades of Free Speech Magenta #E765C5

Tints of Free Speech Magenta #E765C5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.09%

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 43.67%
G = 19.09%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E765C5 (or 0xE765C5) is known color: Free Speech Magenta. HEX triplet: E7, 65 and C5. RGB value is (231,101,197). Sum of RGB (Red+Green+Blue) = 231+101+197=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E765C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765C5 is #189A3A. Grayscale: #969696. Windows color (decimal): -1612347 or 12936679. OLE color: 12936679.

HSL color Cylindrical-coordinate representation of color #E765C5: hue angle of 315.69º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E765C5 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 101 197 -
CMYK 0 0.56 0.15 0.09
HSL 315.69º 0.73% 0.65% -
HSV(B) 315.69º 0.56% 0.91% -
XYZ 47.69 30.33 56.16 -
YUV 150.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 231 101 197 0 0.56 0.15 0.09 315.69 0.73 0.65
Hex E7 65 C5 0 38 F 9 13C 49 41
Octal 347 145 305 0 70 17 11 474 111 101
Binary 11100111 1100101 11000101 0 111000 1111 1001 100111100 1001001 1000001

Color Harmonies of #E765C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765C5

Black with #E765C5

Text Example


Text Example

White with #E765C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765C5; }

 p { color: rgb(231,101,197); }

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

background-color css

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

 a { background-color: rgb(231,101,197); }

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

border-color css

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

 span { border-color: rgb(231,101,197); }

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