Html Css Color HEX #E9468A French Rose

📋 copy color: '#E9468A'

red 233 ◦ green 70 ◦ blue 138

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

Shades of French Rose #E9468A

Tints of French Rose #E9468A

RGB

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

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

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

R = 52.83%
G = 15.87%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E9468A (or 0xE9468A) is known color: French Rose. HEX triplet: E9, 46 and 8A. RGB value is (233,70,138). Sum of RGB (Red+Green+Blue) = 233+70+138=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9468A is #16B975. Grayscale: #7E7E7E. Windows color (decimal): -1489270 or 9062121. OLE color: 9062121.

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

Color convert

RGB 233 70 138 -
CMYK 0 0.70 0.41 0.09
HSL 334.97º 0.79% 0.59% -
HSV(B) 334.97º 0.7% 0.91% -
XYZ 40.38 23.54 26.46 -
YUV 126.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 233 70 138 0 0.70 0.41 0.09 334.97 0.79 0.59
Hex E9 46 8A 0 46 29 9 14F 4F 3B
Octal 351 106 212 0 106 51 11 517 117 73
Binary 11101001 1000110 10001010 0 1000110 101001 1001 101001111 1001111 111011

Color Harmonies of #E9468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9468A

Black with #E9468A

Text Example


Text Example

White with #E9468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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