Html Css Color HEX #EC83CD Tea Rose

📋 copy color: '#EC83CD'

red 236 ◦ green 131 ◦ blue 205

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

Shades of Tea Rose #EC83CD

Tints of Tea Rose #EC83CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 41.26%
G = 22.9%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC83CD (or 0xEC83CD) is known color: Tea Rose. HEX triplet: EC, 83 and CD. RGB value is (236,131,205). Sum of RGB (Red+Green+Blue) = 236+131+205=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CD is #137C32. Grayscale: #AAAAAA. Windows color (decimal): -1276979 or 13468652. OLE color: 13468652.

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

Color convert

RGB 236 131 205 -
CMYK 0 0.44 0.13 0.07
HSL 317.71º 0.73% 0.72% -
HSV(B) 317.71º 0.44% 0.93% -
XYZ 53.73 38.47 62.35 -
YUV 170.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 236 131 205 0 0.44 0.13 0.07 317.71 0.73 0.72
Hex EC 83 CD 0 2C D 7 13E 49 48
Octal 354 203 315 0 54 15 7 476 111 110
Binary 11101100 10000011 11001101 0 101100 1101 111 100111110 1001001 1001000

Color Harmonies of #EC83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83CD

Black with #EC83CD

Text Example


Text Example

White with #EC83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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