Html Css Color HEX #EB85D0 Tea Rose

📋 copy color: '#EB85D0'

red 235 ◦ green 133 ◦ blue 208

#EB85D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EB85D0

Tints of Tea Rose #EB85D0

RGB

 RED value IS 235 (92.19% from 255) = 40.8%

 GREEN value IS 133 (52.34% from 255) = 23.09%

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 40.8%
G = 23.09%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB85D0 (or 0xEB85D0) is known color: Tea Rose. HEX triplet: EB, 85 and D0. RGB value is (235,133,208). Sum of RGB (Red+Green+Blue) = 235+133+208=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85D0 is #147A2F. Grayscale: #ABABAB. Windows color (decimal): -1342000 or 13665771. OLE color: 13665771.

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

Color convert

RGB 235 133 208 -
CMYK 0 0.43 0.11 0.08
HSL 315.88º 0.72% 0.72% -
HSV(B) 315.88º 0.43% 0.92% -
XYZ 54.03 38.99 64.35 -
YUV 172.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 235 133 208 0 0.43 0.11 0.08 315.88 0.72 0.72
Hex EB 85 D0 0 2B B 8 13C 48 48
Octal 353 205 320 0 53 13 10 474 110 110
Binary 11101011 10000101 11010000 0 101011 1011 1000 100111100 1001000 1001000

Color Harmonies of #EB85D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB85D0

Black with #EB85D0

Text Example


Text Example

White with #EB85D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB85D0; }

 p { color: rgb(235,133,208); }

 H1.HeaderClassName
 {
   color: #EB85D0;
 }
 .AnyTagClassName
 {
   color: #EB85D0;
 }
</style>

background-color css

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

 a { background-color: rgb(235,133,208); }

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

border-color css

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

 span { border-color: rgb(235,133,208); }

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