Html Css Color HEX #E9468D French Rose

📋 copy color: '#E9468D'

red 233 ◦ green 70 ◦ blue 141

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

Shades of French Rose #E9468D

Tints of French Rose #E9468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 52.48%
G = 15.77%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9468D (or 0xE9468D) is known color: French Rose. HEX triplet: E9, 46 and 8D. RGB value is (233,70,141). Sum of RGB (Red+Green+Blue) = 233+70+141=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9468D is #16B972. Grayscale: #7E7E7E. Windows color (decimal): -1489267 or 9258729. OLE color: 9258729.

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

Color convert

RGB 233 70 141 -
CMYK 0 0.70 0.39 0.09
HSL 333.87º 0.79% 0.59% -
HSV(B) 333.87º 0.7% 0.91% -
XYZ 40.6 23.63 27.62 -
YUV 126.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 233 70 141 0 0.70 0.39 0.09 333.87 0.79 0.59
Hex E9 46 8D 0 46 27 9 14E 4F 3B
Octal 351 106 215 0 106 47 11 516 117 73
Binary 11101001 1000110 10001101 0 1000110 100111 1001 101001110 1001111 111011

Color Harmonies of #E9468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9468D

Black with #E9468D

Text Example


Text Example

White with #E9468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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