Html Css Color HEX #E8468C French Rose

📋 copy color: '#E8468C'

red 232 ◦ green 70 ◦ blue 140

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

Shades of French Rose #E8468C

Tints of French Rose #E8468C

RGB

 RED value IS 232 (91.02% from 255) = 52.49%

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

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

R = 52.49%
G = 15.84%
B = 31.67%

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

#E8468C (or 0xE8468C) is known color: French Rose. HEX triplet: E8, 46 and 8C. RGB value is (232,70,140). Sum of RGB (Red+Green+Blue) = 232+70+140=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8468C is #17B973. Grayscale: #7E7E7E. Windows color (decimal): -1554804 or 9193192. OLE color: 9193192.

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

Color convert

RGB 232 70 140 -
CMYK 0 0.70 0.40 0.09
HSL 334.07º 0.78% 0.59% -
HSV(B) 334.07º 0.7% 0.91% -
XYZ 40.2 23.43 27.21 -
YUV 126.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 232 70 140 0 0.70 0.40 0.09 334.07 0.78 0.59
Hex E8 46 8C 0 46 28 9 14E 4E 3B
Octal 350 106 214 0 106 50 11 516 116 73
Binary 11101000 1000110 10001100 0 1000110 101000 1001 101001110 1001110 111011

Color Harmonies of #E8468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8468C

Black with #E8468C

Text Example


Text Example

White with #E8468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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