Html Css Color HEX #EC7BD0 Tea Rose

📋 copy color: '#EC7BD0'

red 236 ◦ green 123 ◦ blue 208

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

Shades of Tea Rose #EC7BD0

Tints of Tea Rose #EC7BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.69%

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

R = 41.62%
G = 21.69%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC7BD0 (or 0xEC7BD0) is known color: Tea Rose. HEX triplet: EC, 7B and D0. RGB value is (236,123,208). Sum of RGB (Red+Green+Blue) = 236+123+208=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BD0 is #13842F. Grayscale: #A6A6A6. Windows color (decimal): -1279024 or 13663212. OLE color: 13663212.

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

Color convert

RGB 236 123 208 -
CMYK 0 0.48 0.12 0.07
HSL 314.87º 0.75% 0.7% -
HSV(B) 314.87º 0.48% 0.93% -
XYZ 53.06 36.55 63.93 -
YUV 166.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 236 123 208 0 0.48 0.12 0.07 314.87 0.75 0.7
Hex EC 7B D0 0 30 C 7 13B 4B 46
Octal 354 173 320 0 60 14 7 473 113 106
Binary 11101100 1111011 11010000 0 110000 1100 111 100111011 1001011 1000110

Color Harmonies of #EC7BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BD0

Black with #EC7BD0

Text Example


Text Example

White with #EC7BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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