Html Css Color HEX #E65DC9 Free Speech Magenta

📋 copy color: '#E65DC9'

red 230 ◦ green 93 ◦ blue 201

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

Shades of Free Speech Magenta #E65DC9

Tints of Free Speech Magenta #E65DC9

RGB

 RED value IS 230 (90.23% from 255) = 43.89%

 GREEN value IS 93 (36.72% from 255) = 17.75%

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 43.89%
G = 17.75%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E65DC9 (or 0xE65DC9) is known color: Free Speech Magenta. HEX triplet: E6, 5D and C9. RGB value is (230,93,201). Sum of RGB (Red+Green+Blue) = 230+93+201=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DC9 is #19A236. Grayscale: #919191. Windows color (decimal): -1679927 or 13196774. OLE color: 13196774.

HSL color Cylindrical-coordinate representation of color #E65DC9: hue angle of 312.7º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DC9 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 201 -
CMYK 0 0.60 0.13 0.10
HSL 312.7º 0.73% 0.63% -
HSV(B) 312.7º 0.6% 0.9% -
XYZ 47.09 28.87 58.35 -
YUV 146.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 230 93 201 0 0.60 0.13 0.10 312.7 0.73 0.63
Hex E6 5D C9 0 3C D A 139 49 3F
Octal 346 135 311 0 74 15 12 471 111 77
Binary 11100110 1011101 11001001 0 111100 1101 1010 100111001 1001001 111111

Color Harmonies of #E65DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DC9

Black with #E65DC9

Text Example


Text Example

White with #E65DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DC9; }

 p { color: rgb(230,93,201); }

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

background-color css

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

 a { background-color: rgb(230,93,201); }

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

border-color css

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

 span { border-color: rgb(230,93,201); }

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