Html Css Color HEX #EC83D0 Tea Rose

📋 copy color: '#EC83D0'

red 236 ◦ green 131 ◦ blue 208

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

Shades of Tea Rose #EC83D0

Tints of Tea Rose #EC83D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.17%

R = 41.04%
G = 22.78%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC83D0 (or 0xEC83D0) is known color: Tea Rose. HEX triplet: EC, 83 and D0. RGB value is (236,131,208). Sum of RGB (Red+Green+Blue) = 236+131+208=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83D0 is #137C2F. Grayscale: #AAAAAA. Windows color (decimal): -1276976 or 13665260. OLE color: 13665260.

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

Color convert

RGB 236 131 208 -
CMYK 0 0.44 0.12 0.07
HSL 316º 0.73% 0.72% -
HSV(B) 316º 0.44% 0.93% -
XYZ 54.09 38.62 64.28 -
YUV 171.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 236 131 208 0 0.44 0.12 0.07 316 0.73 0.72
Hex EC 83 D0 0 2C C 7 13C 49 48
Octal 354 203 320 0 54 14 7 474 111 110
Binary 11101100 10000011 11010000 0 101100 1100 111 100111100 1001001 1001000

Color Harmonies of #EC83D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83D0

Black with #EC83D0

Text Example


Text Example

White with #EC83D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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