Html Css Color HEX #EB84C6 Tea Rose

📋 copy color: '#EB84C6'

red 235 ◦ green 132 ◦ blue 198

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

Shades of Tea Rose #EB84C6

Tints of Tea Rose #EB84C6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.36%

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 41.59%
G = 23.36%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB84C6 (or 0xEB84C6) is known color: Tea Rose. HEX triplet: EB, 84 and C6. RGB value is (235,132,198). Sum of RGB (Red+Green+Blue) = 235+132+198=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84C6 is #147B39. Grayscale: #AAAAAA. Windows color (decimal): -1342266 or 13010155. OLE color: 13010155.

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

Color convert

RGB 235 132 198 -
CMYK 0 0.44 0.16 0.08
HSL 321.55º 0.72% 0.72% -
HSV(B) 321.55º 0.44% 0.92% -
XYZ 52.71 38.24 58.03 -
YUV 170.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 235 132 198 0 0.44 0.16 0.08 321.55 0.72 0.72
Hex EB 84 C6 0 2C 10 8 142 48 48
Octal 353 204 306 0 54 20 10 502 110 110
Binary 11101011 10000100 11000110 0 101100 10000 1000 101000010 1001000 1001000

Color Harmonies of #EB84C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB84C6

Black with #EB84C6

Text Example


Text Example

White with #EB84C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB84C6; }

 p { color: rgb(235,132,198); }

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

background-color css

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

 a { background-color: rgb(235,132,198); }

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

border-color css

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

 span { border-color: rgb(235,132,198); }

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