Html Css Color HEX #EC82C7 Tea Rose

📋 copy color: '#EC82C7'

red 236 ◦ green 130 ◦ blue 199

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

Shades of Tea Rose #EC82C7

Tints of Tea Rose #EC82C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.22%

R = 41.77%
G = 23.01%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC82C7 (or 0xEC82C7) is known color: Tea Rose. HEX triplet: EC, 82 and C7. RGB value is (236,130,199). Sum of RGB (Red+Green+Blue) = 236+130+199=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82C7 is #137D38. Grayscale: #A9A9A9. Windows color (decimal): -1277241 or 13075180. OLE color: 13075180.

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

Color convert

RGB 236 130 199 -
CMYK 0 0.45 0.16 0.07
HSL 320.94º 0.74% 0.72% -
HSV(B) 320.94º 0.45% 0.93% -
XYZ 52.88 37.92 58.57 -
YUV 169.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 236 130 199 0 0.45 0.16 0.07 320.94 0.74 0.72
Hex EC 82 C7 0 2D 10 7 141 4A 48
Octal 354 202 307 0 55 20 7 501 112 110
Binary 11101100 10000010 11000111 0 101101 10000 111 101000001 1001010 1001000

Color Harmonies of #EC82C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82C7

Black with #EC82C7

Text Example


Text Example

White with #EC82C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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