Html Css Color HEX #EB84C2 Tea Rose

📋 copy color: '#EB84C2'

red 235 ◦ green 132 ◦ blue 194

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

Shades of Tea Rose #EB84C2

Tints of Tea Rose #EB84C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.58%

R = 41.89%
G = 23.53%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB84C2 (or 0xEB84C2) is known color: Tea Rose. HEX triplet: EB, 84 and C2. RGB value is (235,132,194). Sum of RGB (Red+Green+Blue) = 235+132+194=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84C2 is #147B3D. Grayscale: #A9A9A9. Windows color (decimal): -1342270 or 12748011. OLE color: 12748011.

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

Color convert

RGB 235 132 194 -
CMYK 0 0.44 0.17 0.08
HSL 323.88º 0.72% 0.72% -
HSV(B) 323.88º 0.44% 0.92% -
XYZ 52.25 38.06 55.63 -
YUV 169.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 235 132 194 0 0.44 0.17 0.08 323.88 0.72 0.72
Hex EB 84 C2 0 2C 11 8 144 48 48
Octal 353 204 302 0 54 21 10 504 110 110
Binary 11101011 10000100 11000010 0 101100 10001 1000 101000100 1001000 1001000

Color Harmonies of #EB84C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB84C2

Black with #EB84C2

Text Example


Text Example

White with #EB84C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB84C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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