Html Css Color HEX #EC82C3 Tea Rose

📋 copy color: '#EC82C3'

red 236 ◦ green 130 ◦ blue 195

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

Shades of Tea Rose #EC82C3

Tints of Tea Rose #EC82C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.76%

R = 42.07%
G = 23.17%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC82C3 (or 0xEC82C3) is known color: Tea Rose. HEX triplet: EC, 82 and C3. RGB value is (236,130,195). Sum of RGB (Red+Green+Blue) = 236+130+195=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82C3 is #137D3C. Grayscale: #A8A8A8. Windows color (decimal): -1277245 or 12813036. OLE color: 12813036.

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

Color convert

RGB 236 130 195 -
CMYK 0 0.45 0.17 0.07
HSL 323.21º 0.74% 0.72% -
HSV(B) 323.21º 0.45% 0.93% -
XYZ 52.43 37.74 56.15 -
YUV 169.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 236 130 195 0 0.45 0.17 0.07 323.21 0.74 0.72
Hex EC 82 C3 0 2D 11 7 143 4A 48
Octal 354 202 303 0 55 21 7 503 112 110
Binary 11101100 10000010 11000011 0 101101 10001 111 101000011 1001010 1001000

Color Harmonies of #EC82C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82C3

Black with #EC82C3

Text Example


Text Example

White with #EC82C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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