Html Css Color HEX #E95493 French Rose

📋 copy color: '#E95493'

red 233 ◦ green 84 ◦ blue 147

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

Shades of French Rose #E95493

Tints of French Rose #E95493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.1%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 50.22%
G = 18.1%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E95493 (or 0xE95493) is known color: French Rose. HEX triplet: E9, 54 and 93. RGB value is (233,84,147). Sum of RGB (Red+Green+Blue) = 233+84+147=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E95493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95493 is #16AB6C. Grayscale: #878787. Windows color (decimal): -1485677 or 9655529. OLE color: 9655529.

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

Color convert

RGB 233 84 147 -
CMYK 0 0.64 0.37 0.09
HSL 334.63º 0.77% 0.62% -
HSV(B) 334.63º 0.64% 0.91% -
XYZ 42.04 25.77 30.36 -
YUV 135.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 233 84 147 0 0.64 0.37 0.09 334.63 0.77 0.62
Hex E9 54 93 0 40 25 9 14F 4D 3E
Octal 351 124 223 0 100 45 11 517 115 76
Binary 11101001 1010100 10010011 0 1000000 100101 1001 101001111 1001101 111110

Color Harmonies of #E95493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95493

Black with #E95493

Text Example


Text Example

White with #E95493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95493; }

 p { color: rgb(233,84,147); }

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

background-color css

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

 a { background-color: rgb(233,84,147); }

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

border-color css

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

 span { border-color: rgb(233,84,147); }

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