#EE7BCA

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

Shades of Tea Rose #EE7BCA

Tints of Tea Rose #EE7BCA

Color information

#EE7BCA (or 0xEE7BCA) is unknown color: approx Tea Rose. HEX triplet: EE, 7B and CA. RGB value is (238,123,202). Sum of RGB (Red+Green+Blue) = 238+123+202=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7BCA is #118435. Grayscale: #A6A6A6. Windows color (decimal): -1147958 or 13269998. OLE color: 13269998.

HSL color Cylindrical-coordinate representation of color #EE7BCA: hue angle of 318.78º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7BCA is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238123202-
CMYK00.480.150.07
HSL318.78º77.18%70.78%-
HSV(B)318.78º48.32%93.33%-
XYZ5336.6160.15-
YUV166.39148.1179.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=42.27%
G=21.85%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812320200.480.150.07318.7877.1870.78
HexEE7BCA030F713f4d47
Octal356173312060177477115107
Binary111011101111011110010100110000111111110011111110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7BCA; }

 p { color: rgb(238,123,202); }

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

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

 a { background-color: rgb(238,123,202); }

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

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

 span { border-color: rgb(238,123,202); }

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