Html Css Color HEX #EC82C2 Tea Rose

📋 copy color: '#EC82C2'

red 236 ◦ green 130 ◦ blue 194

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

Shades of Tea Rose #EC82C2

Tints of Tea Rose #EC82C2

RGB

 RED value IS 236 (92.58% from 255) = 42.14%

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

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

R = 42.14%
G = 23.21%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC82C2 (or 0xEC82C2) is known color: Tea Rose. HEX triplet: EC, 82 and C2. RGB value is (236,130,194). Sum of RGB (Red+Green+Blue) = 236+130+194=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82C2 is #137D3D. Grayscale: #A8A8A8. Windows color (decimal): -1277246 or 12747500. OLE color: 12747500.

HSL color Cylindrical-coordinate representation of color #EC82C2: hue angle of 323.77º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82C2 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 194 -
CMYK 0 0.45 0.18 0.07
HSL 323.77º 0.74% 0.72% -
HSV(B) 323.77º 0.45% 0.93% -
XYZ 52.31 37.69 55.56 -
YUV 168.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 236 130 194 0 0.45 0.18 0.07 323.77 0.74 0.72
Hex EC 82 C2 0 2D 12 7 144 4A 48
Octal 354 202 302 0 55 22 7 504 112 110
Binary 11101100 10000010 11000010 0 101101 10010 111 101000100 1001010 1001000

Color Harmonies of #EC82C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82C2

Black with #EC82C2

Text Example


Text Example

White with #EC82C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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