Html Css Color HEX #E94C98 French Rose

📋 copy color: '#E94C98'

red 233 ◦ green 76 ◦ blue 152

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

Shades of French Rose #E94C98

Tints of French Rose #E94C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.49%

 BLUE value IS 152 (59.77% from 255) = 32.97%

R = 50.54%
G = 16.49%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E94C98 (or 0xE94C98) is known color: French Rose. HEX triplet: E9, 4C and 98. RGB value is (233,76,152). Sum of RGB (Red+Green+Blue) = 233+76+152=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C98 is #16B367. Grayscale: #838383. Windows color (decimal): -1487720 or 9981161. OLE color: 9981161.

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

Color convert

RGB 233 76 152 -
CMYK 0 0.67 0.35 0.09
HSL 330.96º 0.78% 0.61% -
HSV(B) 330.96º 0.67% 0.91% -
XYZ 41.86 24.76 32.28 -
YUV 131.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 233 76 152 0 0.67 0.35 0.09 330.96 0.78 0.61
Hex E9 4C 98 0 43 23 9 14B 4E 3D
Octal 351 114 230 0 103 43 11 513 116 75
Binary 11101001 1001100 10011000 0 1000011 100011 1001 101001011 1001110 111101

Color Harmonies of #E94C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94C98

Black with #E94C98

Text Example


Text Example

White with #E94C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94C98; }

 p { color: rgb(233,76,152); }

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

background-color css

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

 a { background-color: rgb(233,76,152); }

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

border-color css

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

 span { border-color: rgb(233,76,152); }

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