Html Css Color HEX #E965D9 Free Speech Magenta

📋 copy color: '#E965D9'

red 233 ◦ green 101 ◦ blue 217

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

Shades of Free Speech Magenta #E965D9

Tints of Free Speech Magenta #E965D9

RGB

 RED value IS 233 (91.41% from 255) = 42.29%

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

 BLUE value IS 217 (85.16% from 255) = 39.38%

R = 42.29%
G = 18.33%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E965D9 (or 0xE965D9) is known color: Free Speech Magenta. HEX triplet: E9, 65 and D9. RGB value is (233,101,217). Sum of RGB (Red+Green+Blue) = 233+101+217=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E965D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965D9 is #169A26. Grayscale: #999999. Windows color (decimal): -1481255 or 14247401. OLE color: 14247401.

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

Color convert

RGB 233 101 217 -
CMYK 0 0.57 0.07 0.09
HSL 307.27º 0.75% 0.65% -
HSV(B) 307.27º 0.57% 0.91% -
XYZ 50.78 31.64 69.08 -
YUV 153.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 233 101 217 0 0.57 0.07 0.09 307.27 0.75 0.65
Hex E9 65 D9 0 39 7 9 133 4B 41
Octal 351 145 331 0 71 7 11 463 113 101
Binary 11101001 1100101 11011001 0 111001 111 1001 100110011 1001011 1000001

Color Harmonies of #E965D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E965D9

Black with #E965D9

Text Example


Text Example

White with #E965D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E965D9; }

 p { color: rgb(233,101,217); }

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

background-color css

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

 a { background-color: rgb(233,101,217); }

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

border-color css

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

 span { border-color: rgb(233,101,217); }

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