Html Css Color HEX #E96ACB Free Speech Magenta

📋 copy color: '#E96ACB'

red 233 ◦ green 106 ◦ blue 203

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

Shades of Free Speech Magenta #E96ACB

Tints of Free Speech Magenta #E96ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.56%

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 42.99%
G = 19.56%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E96ACB (or 0xE96ACB) is known color: Free Speech Magenta. HEX triplet: E9, 6A and CB. RGB value is (233,106,203). Sum of RGB (Red+Green+Blue) = 233+106+203=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ACB is #169534. Grayscale: #9A9A9A. Windows color (decimal): -1479989 or 13331177. OLE color: 13331177.

HSL color Cylindrical-coordinate representation of color #E96ACB: hue angle of 314.17º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96ACB is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 106 203 -
CMYK 0 0.55 0.13 0.09
HSL 314.17º 0.74% 0.66% -
HSV(B) 314.17º 0.55% 0.91% -
XYZ 49.54 31.94 60.05 -
YUV 155.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 233 106 203 0 0.55 0.13 0.09 314.17 0.74 0.66
Hex E9 6A CB 0 37 D 9 13A 4A 42
Octal 351 152 313 0 67 15 11 472 112 102
Binary 11101001 1101010 11001011 0 110111 1101 1001 100111010 1001010 1000010

Color Harmonies of #E96ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96ACB

Black with #E96ACB

Text Example


Text Example

White with #E96ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96ACB; }

 p { color: rgb(233,106,203); }

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

background-color css

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

 a { background-color: rgb(233,106,203); }

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

border-color css

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

 span { border-color: rgb(233,106,203); }

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