Html Css Color HEX #E94F90 French Rose

📋 copy color: '#E94F90'

red 233 ◦ green 79 ◦ blue 144

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

Shades of French Rose #E94F90

Tints of French Rose #E94F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 51.1%
G = 17.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E94F90 (or 0xE94F90) is known color: French Rose. HEX triplet: E9, 4F and 90. RGB value is (233,79,144). Sum of RGB (Red+Green+Blue) = 233+79+144=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F90 is #16B06F. Grayscale: #848484. Windows color (decimal): -1486960 or 9457641. OLE color: 9457641.

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

Color convert

RGB 233 79 144 -
CMYK 0 0.66 0.38 0.09
HSL 334.68º 0.78% 0.61% -
HSV(B) 334.68º 0.66% 0.91% -
XYZ 41.43 24.93 29.01 -
YUV 132.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 233 79 144 0 0.66 0.38 0.09 334.68 0.78 0.61
Hex E9 4F 90 0 42 26 9 14F 4E 3D
Octal 351 117 220 0 102 46 11 517 116 75
Binary 11101001 1001111 10010000 0 1000010 100110 1001 101001111 1001110 111101

Color Harmonies of #E94F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F90

Black with #E94F90

Text Example


Text Example

White with #E94F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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