#E682C1

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

Shades of Tea Rose #E682C1

Tints of Tea Rose #E682C1

Color information

#E682C1 (or 0xE682C1) is unknown color: approx Tea Rose. HEX triplet: E6, 82 and C1. RGB value is (230,130,193). Sum of RGB (Red+Green+Blue) = 230+130+193=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E682C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682C1 is #197D3E. Grayscale: #A6A6A6. Windows color (decimal): -1670463 or 12681958. OLE color: 12681958.

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

Color convert

RGB230130193-
CMYK00.430.160.10
HSL322.2º66.67%70.59%-
HSV(B)322.2º43.48%90.2%-
XYZ50.2436.6454.88-
YUV167.08142.63172.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=41.59%
G=23.51%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013019300.430.160.10322.266.6770.59
HexE682C102B10A1424347
Octal3462023010532012502103107
Binary111001101000001011000001010101110000101010100001010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E682C1; }

 p { color: rgb(230,130,193); }

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

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

 a { background-color: rgb(230,130,193); }

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

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

 span { border-color: rgb(230,130,193); }

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