#E685C4

Color #E685C4 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #E685C4

Tints of Tea Rose #E685C4

Color information

#E685C4 (or 0xE685C4) is unknown color: approx Tea Rose. HEX triplet: E6, 85 and C4. RGB value is (230,133,196). Sum of RGB (Red+Green+Blue) = 230+133+196=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E685C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685C4 is #197A3B. Grayscale: #A9A9A9. Windows color (decimal): -1669692 or 12879334. OLE color: 12879334.

HSL color Cylindrical-coordinate representation of color #E685C4: hue angle of 321.03º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685C4 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB230133196-
CMYK00.420.150.10
HSL321.03º65.99%71.18%-
HSV(B)321.03º42.17%90.2%-
XYZ50.9837.5856.79-
YUV169.18143.14171.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=41.14%
G=23.79%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013319600.420.150.10321.0365.9971.18
HexE685C402AFA1414247
Octal3462053040521712501102107
Binary11100110100001011100010001010101111101010100000110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E685C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E685C4; }

 p { color: rgb(230,133,196); }

 H1.HeaderClassName
 {
   color: #E685C4;
 }
 .AnyTagClassName
 {
   color: #E685C4;
 }
</style>
background-color css

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

 a { background-color: rgb(230,133,196); }

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

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

 span { border-color: rgb(230,133,196); }

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