Html Css Color HEX #E94F8C French Rose

📋 copy color: '#E94F8C'

red 233 ◦ green 79 ◦ blue 140

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

Shades of French Rose #E94F8C

Tints of French Rose #E94F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 51.55%
G = 17.48%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E94F8C (or 0xE94F8C) is known color: French Rose. HEX triplet: E9, 4F and 8C. RGB value is (233,79,140). Sum of RGB (Red+Green+Blue) = 233+79+140=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F8C is #16B073. Grayscale: #838383. Windows color (decimal): -1486964 or 9195497. OLE color: 9195497.

HSL color Cylindrical-coordinate representation of color #E94F8C: hue angle of 336.23º 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 #E94F8C is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 79 140 -
CMYK 0 0.66 0.40 0.09
HSL 336.23º 0.78% 0.61% -
HSV(B) 336.23º 0.66% 0.91% -
XYZ 41.13 24.81 27.43 -
YUV 132 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 233 79 140 0 0.66 0.40 0.09 336.23 0.78 0.61
Hex E9 4F 8C 0 42 28 9 150 4E 3D
Octal 351 117 214 0 102 50 11 520 116 75
Binary 11101001 1001111 10001100 0 1000010 101000 1001 101010000 1001110 111101

Color Harmonies of #E94F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F8C

Black with #E94F8C

Text Example


Text Example

White with #E94F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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