#EB83CD

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

Shades of Tea Rose #EB83CD

Tints of Tea Rose #EB83CD

Color information

#EB83CD (or 0xEB83CD) is unknown color: approx Tea Rose. HEX triplet: EB, 83 and CD. RGB value is (235,131,205). Sum of RGB (Red+Green+Blue) = 235+131+205=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83CD is #147C32. Grayscale: #AAAAAA. Windows color (decimal): -1342515 or 13468651. OLE color: 13468651.

HSL color Cylindrical-coordinate representation of color #EB83CD: hue angle of 317.31º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB83CD is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235131205-
CMYK00.440.130.08
HSL317.31º72.22%71.76%-
HSV(B)317.31º44.26%92.16%-
XYZ53.438.362.34-
YUV170.53147.46173.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 131 (51.56% from 255) = 22.94%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=41.16%
G=22.94%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513120500.440.130.08317.3172.2271.76
HexEB83CD02CD813d4848
Octal3532033150541510475110110
Binary11101011100000111100110101011001101100010011110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB83CD; }

 p { color: rgb(235,131,205); }

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

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

 a { background-color: rgb(235,131,205); }

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

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

 span { border-color: rgb(235,131,205); }

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