#E684CD

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

Shades of Tea Rose #E684CD

Tints of Tea Rose #E684CD

Color information

#E684CD (or 0xE684CD) is unknown color: approx Tea Rose. HEX triplet: E6, 84 and CD. RGB value is (230,132,205). Sum of RGB (Red+Green+Blue) = 230+132+205=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E684CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684CD is #197B32. Grayscale: #A9A9A9. Windows color (decimal): -1669939 or 13468902. OLE color: 13468902.

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

Color convert

RGB230132205-
CMYK00.430.110.10
HSL315.31º66.22%70.98%-
HSV(B)315.31º42.61%90.2%-
XYZ51.937.7362.31-
YUV169.62147.97171.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.56%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=40.56%
G=23.28%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013220500.430.110.10315.3166.2270.98
HexE684CD02BBA13b4247
Octal3462043150531312473102107
Binary11100110100001001100110101010111011101010011101110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E684CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E684CD; }

 p { color: rgb(230,132,205); }

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

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

 a { background-color: rgb(230,132,205); }

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

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

 span { border-color: rgb(230,132,205); }

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