Html Css Color HEX #EC7ECB Tea Rose

📋 copy color: '#EC7ECB'

red 236 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #EC7ECB

Tints of Tea Rose #EC7ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 41.77%
G = 22.3%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC7ECB (or 0xEC7ECB) is known color: Tea Rose. HEX triplet: EC, 7E and CB. RGB value is (236,126,203). Sum of RGB (Red+Green+Blue) = 236+126+203=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ECB is #138134. Grayscale: #A7A7A7. Windows color (decimal): -1278261 or 13336300. OLE color: 13336300.

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

Color convert

RGB 236 126 203 -
CMYK 0 0.47 0.14 0.07
HSL 318º 0.74% 0.71% -
HSV(B) 318º 0.47% 0.93% -
XYZ 52.83 37.07 60.87 -
YUV 167.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 236 126 203 0 0.47 0.14 0.07 318 0.74 0.71
Hex EC 7E CB 0 2F E 7 13E 4A 47
Octal 354 176 313 0 57 16 7 476 112 107
Binary 11101100 1111110 11001011 0 101111 1110 111 100111110 1001010 1000111

Color Harmonies of #EC7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ECB

Black with #EC7ECB

Text Example


Text Example

White with #EC7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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