Html Css Color HEX #E6488C French Rose

📋 copy color: '#E6488C'

red 230 ◦ green 72 ◦ blue 140

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

Shades of French Rose #E6488C

Tints of French Rose #E6488C

RGB

 RED value IS 230 (90.23% from 255) = 52.04%

 GREEN value IS 72 (28.52% from 255) = 16.29%

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

R = 52.04%
G = 16.29%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6488C (or 0xE6488C) is known color: French Rose. HEX triplet: E6, 48 and 8C. RGB value is (230,72,140). Sum of RGB (Red+Green+Blue) = 230+72+140=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6488C is #19B773. Grayscale: #7E7E7E. Windows color (decimal): -1685364 or 9193702. OLE color: 9193702.

HSL color Cylindrical-coordinate representation of color #E6488C: hue angle of 334.18º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6488C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 72 140 -
CMYK 0 0.69 0.39 0.10
HSL 334.18º 0.76% 0.59% -
HSV(B) 334.18º 0.69% 0.9% -
XYZ 39.68 23.35 27.23 -
YUV 126.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 230 72 140 0 0.69 0.39 0.10 334.18 0.76 0.59
Hex E6 48 8C 0 45 27 A 14E 4C 3B
Octal 346 110 214 0 105 47 12 516 114 73
Binary 11100110 1001000 10001100 0 1000101 100111 1010 101001110 1001100 111011

Color Harmonies of #E6488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6488C

Black with #E6488C

Text Example


Text Example

White with #E6488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6488C; }

 p { color: rgb(230,72,140); }

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

background-color css

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

 a { background-color: rgb(230,72,140); }

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

border-color css

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

 span { border-color: rgb(230,72,140); }

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