Html Css Color HEX #EC7DCF Tea Rose

📋 copy color: '#EC7DCF'

red 236 ◦ green 125 ◦ blue 207

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

Shades of Tea Rose #EC7DCF

Tints of Tea Rose #EC7DCF

RGB

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

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

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

R = 41.55%
G = 22.01%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC7DCF (or 0xEC7DCF) is known color: Tea Rose. HEX triplet: EC, 7D and CF. RGB value is (236,125,207). Sum of RGB (Red+Green+Blue) = 236+125+207=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DCF is #138230. Grayscale: #A7A7A7. Windows color (decimal): -1278513 or 13598188. OLE color: 13598188.

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

Color convert

RGB 236 125 207 -
CMYK 0 0.47 0.12 0.07
HSL 315.68º 0.74% 0.71% -
HSV(B) 315.68º 0.47% 0.93% -
XYZ 53.19 37.01 63.37 -
YUV 167.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 236 125 207 0 0.47 0.12 0.07 315.68 0.74 0.71
Hex EC 7D CF 0 2F C 7 13C 4A 47
Octal 354 175 317 0 57 14 7 474 112 107
Binary 11101100 1111101 11001111 0 101111 1100 111 100111100 1001010 1000111

Color Harmonies of #EC7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DCF

Black with #EC7DCF

Text Example


Text Example

White with #EC7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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