Html Css Color HEX #EC7ECE Tea Rose

📋 copy color: '#EC7ECE'

red 236 ◦ green 126 ◦ blue 206

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

Shades of Tea Rose #EC7ECE

Tints of Tea Rose #EC7ECE

RGB

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

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

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

R = 41.55%
G = 22.18%
B = 36.27%

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

#EC7ECE (or 0xEC7ECE) is known color: Tea Rose. HEX triplet: EC, 7E and CE. RGB value is (236,126,206). Sum of RGB (Red+Green+Blue) = 236+126+206=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ECE is #138131. Grayscale: #A7A7A7. Windows color (decimal): -1278258 or 13532908. OLE color: 13532908.

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

Color convert

RGB 236 126 206 -
CMYK 0 0.47 0.13 0.07
HSL 316.36º 0.74% 0.71% -
HSV(B) 316.36º 0.47% 0.93% -
XYZ 53.19 37.21 62.77 -
YUV 168.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 236 126 206 0 0.47 0.13 0.07 316.36 0.74 0.71
Hex EC 7E CE 0 2F D 7 13C 4A 47
Octal 354 176 316 0 57 15 7 474 112 107
Binary 11101100 1111110 11001110 0 101111 1101 111 100111100 1001010 1000111

Color Harmonies of #EC7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ECE

Black with #EC7ECE

Text Example


Text Example

White with #EC7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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