Html Css Color HEX #E65BC9 Free Speech Magenta

📋 copy color: '#E65BC9'

red 230 ◦ green 91 ◦ blue 201

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

Shades of Free Speech Magenta #E65BC9

Tints of Free Speech Magenta #E65BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.43%

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

R = 44.06%
G = 17.43%
B = 38.51%

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

#E65BC9 (or 0xE65BC9) is known color: Free Speech Magenta. HEX triplet: E6, 5B and C9. RGB value is (230,91,201). Sum of RGB (Red+Green+Blue) = 230+91+201=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65BC9 is #19A436. Grayscale: #909090. Windows color (decimal): -1680439 or 13196262. OLE color: 13196262.

HSL color Cylindrical-coordinate representation of color #E65BC9: hue angle of 312.52º degrees, saturation: 0.74, 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 #E65BC9 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 91 201 -
CMYK 0 0.60 0.13 0.10
HSL 312.52º 0.74% 0.63% -
HSV(B) 312.52º 0.6% 0.9% -
XYZ 46.92 28.52 58.29 -
YUV 145.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 230 91 201 0 0.60 0.13 0.10 312.52 0.74 0.63
Hex E6 5B C9 0 3C D A 139 4A 3F
Octal 346 133 311 0 74 15 12 471 112 77
Binary 11100110 1011011 11001001 0 111100 1101 1010 100111001 1001010 111111

Color Harmonies of #E65BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65BC9

Black with #E65BC9

Text Example


Text Example

White with #E65BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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