Html Css Color HEX #EC8BCD Tea Rose

📋 copy color: '#EC8BCD'

red 236 ◦ green 139 ◦ blue 205

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

Shades of Tea Rose #EC8BCD

Tints of Tea Rose #EC8BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.97%

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 40.69%
G = 23.97%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC8BCD (or 0xEC8BCD) is known color: Tea Rose. HEX triplet: EC, 8B and CD. RGB value is (236,139,205). Sum of RGB (Red+Green+Blue) = 236+139+205=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BCD is #137432. Grayscale: #AFAFAF. Windows color (decimal): -1274931 or 13470700. OLE color: 13470700.

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

Color convert

RGB 236 139 205 -
CMYK 0 0.41 0.13 0.07
HSL 319.18º 0.72% 0.74% -
HSV(B) 319.18º 0.41% 0.93% -
XYZ 54.84 40.71 62.72 -
YUV 175.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 236 139 205 0 0.41 0.13 0.07 319.18 0.72 0.74
Hex EC 8B CD 0 29 D 7 13F 48 4A
Octal 354 213 315 0 51 15 7 477 110 112
Binary 11101100 10001011 11001101 0 101001 1101 111 100111111 1001000 1001010

Color Harmonies of #EC8BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8BCD

Black with #EC8BCD

Text Example


Text Example

White with #EC8BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8BCD; }

 p { color: rgb(236,139,205); }

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

background-color css

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

 a { background-color: rgb(236,139,205); }

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

border-color css

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

 span { border-color: rgb(236,139,205); }

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