Html Css Color HEX #EC7DCE Tea Rose

📋 copy color: '#EC7DCE'

red 236 ◦ green 125 ◦ blue 206

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

Shades of Tea Rose #EC7DCE

Tints of Tea Rose #EC7DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.05%

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 41.62%
G = 22.05%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC7DCE (or 0xEC7DCE) is known color: Tea Rose. HEX triplet: EC, 7D and CE. RGB value is (236,125,206). Sum of RGB (Red+Green+Blue) = 236+125+206=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DCE is #138231. Grayscale: #A7A7A7. Windows color (decimal): -1278514 or 13532652. OLE color: 13532652.

HSL color Cylindrical-coordinate representation of color #EC7DCE: hue angle of 316.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DCE is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 206 -
CMYK 0 0.47 0.13 0.07
HSL 316.22º 0.74% 0.71% -
HSV(B) 316.22º 0.47% 0.93% -
XYZ 53.07 36.96 62.73 -
YUV 167.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 236 125 206 0 0.47 0.13 0.07 316.22 0.74 0.71
Hex EC 7D CE 0 2F D 7 13C 4A 47
Octal 354 175 316 0 57 15 7 474 112 107
Binary 11101100 1111101 11001110 0 101111 1101 111 100111100 1001010 1000111

Color Harmonies of #EC7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DCE

Black with #EC7DCE

Text Example


Text Example

White with #EC7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DCE; }

 p { color: rgb(236,125,206); }

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

background-color css

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

 a { background-color: rgb(236,125,206); }

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

border-color css

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

 span { border-color: rgb(236,125,206); }

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