Html Css Color HEX #E765ED Free Speech Magenta

📋 copy color: '#E765ED'

red 231 ◦ green 101 ◦ blue 237

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

Shades of Free Speech Magenta #E765ED

Tints of Free Speech Magenta #E765ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 40.6%
G = 17.75%
B = 41.65%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E765ED (or 0xE765ED) is known color: Free Speech Magenta. HEX triplet: E7, 65 and ED. RGB value is (231,101,237). Sum of RGB (Red+Green+Blue) = 231+101+237=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #E765ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E765ED is #189A12. Grayscale: #9A9A9A. Windows color (decimal): -1612307 or 15558119. OLE color: 15558119.

HSL color Cylindrical-coordinate representation of color #E765ED: hue angle of 297.35º degrees, saturation: 0.79, 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 #E765ED is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 101 237 -
CMYK 0.03 0.57 0 0.07
HSL 297.35º 0.79% 0.66% -
HSV(B) 297.35º 0.57% 0.93% -
XYZ 52.89 32.41 83.59 -
YUV 155.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 231 101 237 0.03 0.57 0 0.07 297.35 0.79 0.66
Hex E7 65 ED 3 39 0 7 129 4F 42
Octal 347 145 355 3 71 0 7 451 117 102
Binary 11100111 1100101 11101101 11 111001 0 111 100101001 1001111 1000010

Color Harmonies of #E765ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765ED

Black with #E765ED

Text Example


Text Example

White with #E765ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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