Html Css Color HEX #E765EC Free Speech Magenta

📋 copy color: '#E765EC'

red 231 ◦ green 101 ◦ blue 236

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

Shades of Free Speech Magenta #E765EC

Tints of Free Speech Magenta #E765EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 40.67%
G = 17.78%
B = 41.55%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E765EC (or 0xE765EC) is known color: Free Speech Magenta. HEX triplet: E7, 65 and EC. RGB value is (231,101,236). Sum of RGB (Red+Green+Blue) = 231+101+236=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #E765EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765EC is #189A13. Grayscale: #9A9A9A. Windows color (decimal): -1612308 or 15492583. OLE color: 15492583.

HSL color Cylindrical-coordinate representation of color #E765EC: hue angle of 297.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E765EC is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 101 236 -
CMYK 0.02 0.57 0 0.07
HSL 297.78º 0.78% 0.66% -
HSV(B) 297.78º 0.57% 0.93% -
XYZ 52.75 32.35 82.82 -
YUV 155.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 231 101 236 0.02 0.57 0 0.07 297.78 0.78 0.66
Hex E7 65 EC 2 39 0 7 12A 4E 42
Octal 347 145 354 2 71 0 7 452 116 102
Binary 11100111 1100101 11101100 10 111001 0 111 100101010 1001110 1000010

Color Harmonies of #E765EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765EC

Black with #E765EC

Text Example


Text Example

White with #E765EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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