Html Css Color HEX #E6468C French Rose

📋 copy color: '#E6468C'

red 230 ◦ green 70 ◦ blue 140

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

Shades of French Rose #E6468C

Tints of French Rose #E6468C

RGB

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

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

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

R = 52.27%
G = 15.91%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6468C (or 0xE6468C) is known color: French Rose. HEX triplet: E6, 46 and 8C. RGB value is (230,70,140). Sum of RGB (Red+Green+Blue) = 230+70+140=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6468C is #19B973. Grayscale: #7D7D7D. Windows color (decimal): -1685876 or 9193190. OLE color: 9193190.

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

Color convert

RGB 230 70 140 -
CMYK 0 0.70 0.39 0.10
HSL 333.75º 0.76% 0.59% -
HSV(B) 333.75º 0.7% 0.9% -
XYZ 39.56 23.1 27.18 -
YUV 125.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 230 70 140 0 0.70 0.39 0.10 333.75 0.76 0.59
Hex E6 46 8C 0 46 27 A 14E 4C 3B
Octal 346 106 214 0 106 47 12 516 114 73
Binary 11100110 1000110 10001100 0 1000110 100111 1010 101001110 1001100 111011

Color Harmonies of #E6468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6468C

Black with #E6468C

Text Example


Text Example

White with #E6468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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