Html Css Color HEX #E94F93 French Rose

📋 copy color: '#E94F93'

red 233 ◦ green 79 ◦ blue 147

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

Shades of French Rose #E94F93

Tints of French Rose #E94F93

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.21%

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

R = 50.76%
G = 17.21%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E94F93 (or 0xE94F93) is known color: French Rose. HEX triplet: E9, 4F and 93. RGB value is (233,79,147). Sum of RGB (Red+Green+Blue) = 233+79+147=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F93 is #16B06C. Grayscale: #848484. Windows color (decimal): -1486957 or 9654249. OLE color: 9654249.

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

Color convert

RGB 233 79 147 -
CMYK 0 0.66 0.37 0.09
HSL 333.51º 0.78% 0.61% -
HSV(B) 333.51º 0.66% 0.91% -
XYZ 41.67 25.02 30.24 -
YUV 132.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 233 79 147 0 0.66 0.37 0.09 333.51 0.78 0.61
Hex E9 4F 93 0 42 25 9 14E 4E 3D
Octal 351 117 223 0 102 45 11 516 116 75
Binary 11101001 1001111 10010011 0 1000010 100101 1001 101001110 1001110 111101

Color Harmonies of #E94F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F93

Black with #E94F93

Text Example


Text Example

White with #E94F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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