Html Css Color HEX #E95CDB Free Speech Magenta

📋 copy color: '#E95CDB'

red 233 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #E95CDB

Tints of Free Speech Magenta #E95CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.91%

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 42.83%
G = 16.91%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E95CDB (or 0xE95CDB) is known color: Free Speech Magenta. HEX triplet: E9, 5C and DB. RGB value is (233,92,219). Sum of RGB (Red+Green+Blue) = 233+92+219=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CDB is #16A324. Grayscale: #949494. Windows color (decimal): -1483557 or 14376169. OLE color: 14376169.

HSL color Cylindrical-coordinate representation of color #E95CDB: hue angle of 305.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95CDB is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 92 219 -
CMYK 0 0.61 0.06 0.09
HSL 305.96º 0.76% 0.64% -
HSV(B) 305.96º 0.61% 0.91% -
XYZ 50.22 30.09 70.18 -
YUV 148.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 233 92 219 0 0.61 0.06 0.09 305.96 0.76 0.64
Hex E9 5C DB 0 3D 6 9 132 4C 40
Octal 351 134 333 0 75 6 11 462 114 100
Binary 11101001 1011100 11011011 0 111101 110 1001 100110010 1001100 1000000

Color Harmonies of #E95CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95CDB

Black with #E95CDB

Text Example


Text Example

White with #E95CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95CDB; }

 p { color: rgb(233,92,219); }

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

background-color css

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

 a { background-color: rgb(233,92,219); }

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

border-color css

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

 span { border-color: rgb(233,92,219); }

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