Html Css Color HEX #EB82D0 Tea Rose

📋 copy color: '#EB82D0'

red 235 ◦ green 130 ◦ blue 208

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

Shades of Tea Rose #EB82D0

Tints of Tea Rose #EB82D0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.69%

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

R = 41.01%
G = 22.69%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB82D0 (or 0xEB82D0) is known color: Tea Rose. HEX triplet: EB, 82 and D0. RGB value is (235,130,208). Sum of RGB (Red+Green+Blue) = 235+130+208=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82D0 is #147D2F. Grayscale: #AAAAAA. Windows color (decimal): -1342768 or 13665003. OLE color: 13665003.

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

Color convert

RGB 235 130 208 -
CMYK 0 0.45 0.11 0.08
HSL 315.43º 0.72% 0.72% -
HSV(B) 315.43º 0.45% 0.92% -
XYZ 53.63 38.18 64.22 -
YUV 170.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 235 130 208 0 0.45 0.11 0.08 315.43 0.72 0.72
Hex EB 82 D0 0 2D B 8 13B 48 48
Octal 353 202 320 0 55 13 10 473 110 110
Binary 11101011 10000010 11010000 0 101101 1011 1000 100111011 1001000 1001000

Color Harmonies of #EB82D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB82D0

Black with #EB82D0

Text Example


Text Example

White with #EB82D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB82D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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