Html Css Color HEX #E6468A French Rose

📋 copy color: '#E6468A'

red 230 ◦ green 70 ◦ blue 138

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

Shades of French Rose #E6468A

Tints of French Rose #E6468A

RGB

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

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

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

R = 52.51%
G = 15.98%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6468A (or 0xE6468A) is known color: French Rose. HEX triplet: E6, 46 and 8A. RGB value is (230,70,138). Sum of RGB (Red+Green+Blue) = 230+70+138=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6468A is #19B975. Grayscale: #7D7D7D. Windows color (decimal): -1685878 or 9062118. OLE color: 9062118.

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

Color convert

RGB 230 70 138 -
CMYK 0 0.70 0.4 0.10
HSL 334.5º 0.76% 0.59% -
HSV(B) 334.5º 0.7% 0.9% -
XYZ 39.41 23.04 26.41 -
YUV 125.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 230 70 138 0 0.70 0.4 0.10 334.5 0.76 0.59
Hex E6 46 8A 0 46 28 A 14E 4C 3B
Octal 346 106 212 0 106 50 12 516 114 73
Binary 11100110 1000110 10001010 0 1000110 101000 1010 101001110 1001100 111011

Color Harmonies of #E6468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6468A

Black with #E6468A

Text Example


Text Example

White with #E6468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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