Html Css Color HEX #E9468C French Rose

📋 copy color: '#E9468C'

red 233 ◦ green 70 ◦ blue 140

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

Shades of French Rose #E9468C

Tints of French Rose #E9468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.8%

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

R = 52.6%
G = 15.8%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9468C (or 0xE9468C) is known color: French Rose. HEX triplet: E9, 46 and 8C. RGB value is (233,70,140). Sum of RGB (Red+Green+Blue) = 233+70+140=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9468C is #16B973. Grayscale: #7E7E7E. Windows color (decimal): -1489268 or 9193193. OLE color: 9193193.

HSL color Cylindrical-coordinate representation of color #E9468C: hue angle of 334.23º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9468C is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 70 140 -
CMYK 0 0.70 0.40 0.09
HSL 334.23º 0.79% 0.59% -
HSV(B) 334.23º 0.7% 0.91% -
XYZ 40.53 23.6 27.23 -
YUV 126.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 233 70 140 0 0.70 0.40 0.09 334.23 0.79 0.59
Hex E9 46 8C 0 46 28 9 14E 4F 3B
Octal 351 106 214 0 106 50 11 516 117 73
Binary 11101001 1000110 10001100 0 1000110 101000 1001 101001110 1001111 111011

Color Harmonies of #E9468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9468C

Black with #E9468C

Text Example


Text Example

White with #E9468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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