Html Css Color HEX #EC7DC7 Tea Rose

📋 copy color: '#EC7DC7'

red 236 ◦ green 125 ◦ blue 199

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

Shades of Tea Rose #EC7DC7

Tints of Tea Rose #EC7DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.54%

R = 42.14%
G = 22.32%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC7DC7 (or 0xEC7DC7) is known color: Tea Rose. HEX triplet: EC, 7D and C7. RGB value is (236,125,199). Sum of RGB (Red+Green+Blue) = 236+125+199=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DC7 is #138238. Grayscale: #A6A6A6. Windows color (decimal): -1278521 or 13073900. OLE color: 13073900.

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

Color convert

RGB 236 125 199 -
CMYK 0 0.47 0.16 0.07
HSL 320º 0.74% 0.71% -
HSV(B) 320º 0.47% 0.93% -
XYZ 52.23 36.62 58.35 -
YUV 166.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 236 125 199 0 0.47 0.16 0.07 320 0.74 0.71
Hex EC 7D C7 0 2F 10 7 140 4A 47
Octal 354 175 307 0 57 20 7 500 112 107
Binary 11101100 1111101 11000111 0 101111 10000 111 101000000 1001010 1000111

Color Harmonies of #EC7DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DC7

Black with #EC7DC7

Text Example


Text Example

White with #EC7DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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