#E682CA

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

Shades of Tea Rose #E682CA

Tints of Tea Rose #E682CA

Color information

#E682CA (or 0xE682CA) is unknown color: approx Tea Rose. HEX triplet: E6, 82 and CA. RGB value is (230,130,202). Sum of RGB (Red+Green+Blue) = 230+130+202=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E682CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682CA is #197D35. Grayscale: #A7A7A7. Windows color (decimal): -1670454 or 13271782. OLE color: 13271782.

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

Color convert

RGB230130202-
CMYK00.430.120.10
HSL316.8º66.67%70.59%-
HSV(B)316.8º43.48%90.2%-
XYZ51.2837.0560.33-
YUV168.11147.13172.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=40.93%
G=23.13%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013020200.430.120.10316.866.6770.59
HexE682CA02BCA13d4347
Octal3462023120531412475103107
Binary11100110100000101100101001010111100101010011110110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E682CA; }

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

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

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

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

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

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

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

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