Html Css Color HEX #EB82C2 Tea Rose

📋 copy color: '#EB82C2'

red 235 ◦ green 130 ◦ blue 194

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

Shades of Tea Rose #EB82C2

Tints of Tea Rose #EB82C2

RGB

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

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

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

R = 42.04%
G = 23.26%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB82C2 (or 0xEB82C2) is known color: Tea Rose. HEX triplet: EB, 82 and C2. RGB value is (235,130,194). Sum of RGB (Red+Green+Blue) = 235+130+194=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82C2 is #147D3D. Grayscale: #A8A8A8. Windows color (decimal): -1342782 or 12747499. OLE color: 12747499.

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

Color convert

RGB 235 130 194 -
CMYK 0 0.45 0.17 0.08
HSL 323.43º 0.72% 0.72% -
HSV(B) 323.43º 0.45% 0.92% -
XYZ 51.98 37.52 55.54 -
YUV 168.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 235 130 194 0 0.45 0.17 0.08 323.43 0.72 0.72
Hex EB 82 C2 0 2D 11 8 143 48 48
Octal 353 202 302 0 55 21 10 503 110 110
Binary 11101011 10000010 11000010 0 101101 10001 1000 101000011 1001000 1001000

Color Harmonies of #EB82C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB82C2

Black with #EB82C2

Text Example


Text Example

White with #EB82C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB82C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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