Html Css Color HEX #EC83C1 Tea Rose

📋 copy color: '#EC83C1'

red 236 ◦ green 131 ◦ blue 193

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

Shades of Tea Rose #EC83C1

Tints of Tea Rose #EC83C1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.39%

 BLUE value IS 193 (75.78% from 255) = 34.46%

R = 42.14%
G = 23.39%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC83C1 (or 0xEC83C1) is known color: Tea Rose. HEX triplet: EC, 83 and C1. RGB value is (236,131,193). Sum of RGB (Red+Green+Blue) = 236+131+193=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83C1 is #137C3E. Grayscale: #A9A9A9. Windows color (decimal): -1276991 or 12682220. OLE color: 12682220.

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

Color convert

RGB 236 131 193 -
CMYK 0 0.44 0.18 0.07
HSL 324.57º 0.73% 0.72% -
HSV(B) 324.57º 0.44% 0.93% -
XYZ 52.33 37.92 55.01 -
YUV 169.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 236 131 193 0 0.44 0.18 0.07 324.57 0.73 0.72
Hex EC 83 C1 0 2C 12 7 145 49 48
Octal 354 203 301 0 54 22 7 505 111 110
Binary 11101100 10000011 11000001 0 101100 10010 111 101000101 1001001 1001000

Color Harmonies of #EC83C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83C1

Black with #EC83C1

Text Example


Text Example

White with #EC83C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83C1; }

 p { color: rgb(236,131,193); }

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

background-color css

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

 a { background-color: rgb(236,131,193); }

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

border-color css

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

 span { border-color: rgb(236,131,193); }

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