Html Css Color HEX #E765D6 Free Speech Magenta

📋 copy color: '#E765D6'

red 231 ◦ green 101 ◦ blue 214

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

Shades of Free Speech Magenta #E765D6

Tints of Free Speech Magenta #E765D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.19%

R = 42.31%
G = 18.5%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E765D6 (or 0xE765D6) is known color: Free Speech Magenta. HEX triplet: E7, 65 and D6. RGB value is (231,101,214). Sum of RGB (Red+Green+Blue) = 231+101+214=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E765D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765D6 is #189A29. Grayscale: #989898. Windows color (decimal): -1612330 or 14050791. OLE color: 14050791.

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

Color convert

RGB 231 101 214 -
CMYK 0 0.56 0.07 0.09
HSL 307.85º 0.73% 0.65% -
HSV(B) 307.85º 0.56% 0.91% -
XYZ 49.75 31.15 67.01 -
YUV 152.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 231 101 214 0 0.56 0.07 0.09 307.85 0.73 0.65
Hex E7 65 D6 0 38 7 9 134 49 41
Octal 347 145 326 0 70 7 11 464 111 101
Binary 11100111 1100101 11010110 0 111000 111 1001 100110100 1001001 1000001

Color Harmonies of #E765D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765D6

Black with #E765D6

Text Example


Text Example

White with #E765D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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