Html Css Color HEX #EC83CF Tea Rose

📋 copy color: '#EC83CF'

red 236 ◦ green 131 ◦ blue 207

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

Shades of Tea Rose #EC83CF

Tints of Tea Rose #EC83CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 41.11%
G = 22.82%
B = 36.06%

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

#EC83CF (or 0xEC83CF) is known color: Tea Rose. HEX triplet: EC, 83 and CF. RGB value is (236,131,207). Sum of RGB (Red+Green+Blue) = 236+131+207=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CF is #137C30. Grayscale: #AAAAAA. Windows color (decimal): -1276977 or 13599724. OLE color: 13599724.

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

Color convert

RGB 236 131 207 -
CMYK 0 0.44 0.12 0.07
HSL 316.57º 0.73% 0.72% -
HSV(B) 316.57º 0.44% 0.93% -
XYZ 53.97 38.57 63.63 -
YUV 171.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 236 131 207 0 0.44 0.12 0.07 316.57 0.73 0.72
Hex EC 83 CF 0 2C C 7 13D 49 48
Octal 354 203 317 0 54 14 7 475 111 110
Binary 11101100 10000011 11001111 0 101100 1100 111 100111101 1001001 1001000

Color Harmonies of #EC83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83CF

Black with #EC83CF

Text Example


Text Example

White with #EC83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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