Html Css Color HEX #EC7ECF Tea Rose

📋 copy color: '#EC7ECF'

red 236 ◦ green 126 ◦ blue 207

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

Shades of Tea Rose #EC7ECF

Tints of Tea Rose #EC7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.14%

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

R = 41.48%
G = 22.14%
B = 36.38%

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

#EC7ECF (or 0xEC7ECF) is known color: Tea Rose. HEX triplet: EC, 7E and CF. RGB value is (236,126,207). Sum of RGB (Red+Green+Blue) = 236+126+207=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ECF is #138130. Grayscale: #A7A7A7. Windows color (decimal): -1278257 or 13598444. OLE color: 13598444.

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

Color convert

RGB 236 126 207 -
CMYK 0 0.47 0.12 0.07
HSL 315.82º 0.74% 0.71% -
HSV(B) 315.82º 0.47% 0.93% -
XYZ 53.32 37.26 63.41 -
YUV 168.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 236 126 207 0 0.47 0.12 0.07 315.82 0.74 0.71
Hex EC 7E CF 0 2F C 7 13C 4A 47
Octal 354 176 317 0 57 14 7 474 112 107
Binary 11101100 1111110 11001111 0 101111 1100 111 100111100 1001010 1000111

Color Harmonies of #EC7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ECF

Black with #EC7ECF

Text Example


Text Example

White with #EC7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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