Html Css Color HEX #EB82C8 Tea Rose

📋 copy color: '#EB82C8'

red 235 ◦ green 130 ◦ blue 200

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

Shades of Tea Rose #EB82C8

Tints of Tea Rose #EB82C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 41.59%
G = 23.01%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB82C8 (or 0xEB82C8) is known color: Tea Rose. HEX triplet: EB, 82 and C8. RGB value is (235,130,200). Sum of RGB (Red+Green+Blue) = 235+130+200=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82C8 is #147D37. Grayscale: #A9A9A9. Windows color (decimal): -1342776 or 13140715. OLE color: 13140715.

HSL color Cylindrical-coordinate representation of color #EB82C8: hue angle of 320º 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 #EB82C8 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 200 -
CMYK 0 0.45 0.15 0.08
HSL 320º 0.72% 0.72% -
HSV(B) 320º 0.45% 0.92% -
XYZ 52.67 37.8 59.16 -
YUV 169.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 235 130 200 0 0.45 0.15 0.08 320 0.72 0.72
Hex EB 82 C8 0 2D F 8 140 48 48
Octal 353 202 310 0 55 17 10 500 110 110
Binary 11101011 10000010 11001000 0 101101 1111 1000 101000000 1001000 1001000

Color Harmonies of #EB82C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB82C8

Black with #EB82C8

Text Example


Text Example

White with #EB82C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB82C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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