Html Css Color HEX #EC7FD0 Tea Rose

📋 copy color: '#EC7FD0'

red 236 ◦ green 127 ◦ blue 208

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

Shades of Tea Rose #EC7FD0

Tints of Tea Rose #EC7FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 22.24%

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 41.33%
G = 22.24%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC7FD0 (or 0xEC7FD0) is known color: Tea Rose. HEX triplet: EC, 7F and D0. RGB value is (236,127,208). Sum of RGB (Red+Green+Blue) = 236+127+208=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FD0 is #13802F. Grayscale: #A8A8A8. Windows color (decimal): -1278000 or 13664236. OLE color: 13664236.

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

Color convert

RGB 236 127 208 -
CMYK 0 0.46 0.12 0.07
HSL 315.41º 0.74% 0.71% -
HSV(B) 315.41º 0.46% 0.93% -
XYZ 53.57 37.57 64.1 -
YUV 168.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 236 127 208 0 0.46 0.12 0.07 315.41 0.74 0.71
Hex EC 7F D0 0 2E C 7 13B 4A 47
Octal 354 177 320 0 56 14 7 473 112 107
Binary 11101100 1111111 11010000 0 101110 1100 111 100111011 1001010 1000111

Color Harmonies of #EC7FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FD0

Black with #EC7FD0

Text Example


Text Example

White with #EC7FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FD0; }

 p { color: rgb(236,127,208); }

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

background-color css

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

 a { background-color: rgb(236,127,208); }

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

border-color css

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

 span { border-color: rgb(236,127,208); }

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