Html Css Color HEX #E94C8A French Rose

📋 copy color: '#E94C8A'

red 233 ◦ green 76 ◦ blue 138

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

Shades of French Rose #E94C8A

Tints of French Rose #E94C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.87%

R = 52.13%
G = 17%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E94C8A (or 0xE94C8A) is known color: French Rose. HEX triplet: E9, 4C and 8A. RGB value is (233,76,138). Sum of RGB (Red+Green+Blue) = 233+76+138=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C8A is #16B375. Grayscale: #818181. Windows color (decimal): -1487734 or 9063657. OLE color: 9063657.

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

Color convert

RGB 233 76 138 -
CMYK 0 0.67 0.41 0.09
HSL 336.31º 0.78% 0.61% -
HSV(B) 336.31º 0.67% 0.91% -
XYZ 40.78 24.33 26.59 -
YUV 130.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 233 76 138 0 0.67 0.41 0.09 336.31 0.78 0.61
Hex E9 4C 8A 0 43 29 9 150 4E 3D
Octal 351 114 212 0 103 51 11 520 116 75
Binary 11101001 1001100 10001010 0 1000011 101001 1001 101010000 1001110 111101

Color Harmonies of #E94C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94C8A

Black with #E94C8A

Text Example


Text Example

White with #E94C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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