Html Css Color HEX #E6468B French Rose

📋 copy color: '#E6468B'

red 230 ◦ green 70 ◦ blue 139

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

Shades of French Rose #E6468B

Tints of French Rose #E6468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 52.39%
G = 15.95%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6468B (or 0xE6468B) is known color: French Rose. HEX triplet: E6, 46 and 8B. RGB value is (230,70,139). Sum of RGB (Red+Green+Blue) = 230+70+139=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6468B is #19B974. Grayscale: #7D7D7D. Windows color (decimal): -1685877 or 9127654. OLE color: 9127654.

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

Color convert

RGB 230 70 139 -
CMYK 0 0.70 0.40 0.10
HSL 334.13º 0.76% 0.59% -
HSV(B) 334.13º 0.7% 0.9% -
XYZ 39.48 23.07 26.8 -
YUV 125.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 230 70 139 0 0.70 0.40 0.10 334.13 0.76 0.59
Hex E6 46 8B 0 46 28 A 14E 4C 3B
Octal 346 106 213 0 106 50 12 516 114 73
Binary 11100110 1000110 10001011 0 1000110 101000 1010 101001110 1001100 111011

Color Harmonies of #E6468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6468B

Black with #E6468B

Text Example


Text Example

White with #E6468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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