Html Css Color HEX #EC85C4 Tea Rose

📋 copy color: '#EC85C4'

red 236 ◦ green 133 ◦ blue 196

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

Shades of Tea Rose #EC85C4

Tints of Tea Rose #EC85C4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.54%

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 41.77%
G = 23.54%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC85C4 (or 0xEC85C4) is known color: Tea Rose. HEX triplet: EC, 85 and C4. RGB value is (236,133,196). Sum of RGB (Red+Green+Blue) = 236+133+196=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85C4 is #137A3B. Grayscale: #AAAAAA. Windows color (decimal): -1276476 or 12879340. OLE color: 12879340.

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

Color convert

RGB 236 133 196 -
CMYK 0 0.44 0.17 0.07
HSL 323.3º 0.73% 0.72% -
HSV(B) 323.3º 0.44% 0.93% -
XYZ 52.94 38.59 56.88 -
YUV 170.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 236 133 196 0 0.44 0.17 0.07 323.3 0.73 0.72
Hex EC 85 C4 0 2C 11 7 143 49 48
Octal 354 205 304 0 54 21 7 503 111 110
Binary 11101100 10000101 11000100 0 101100 10001 111 101000011 1001001 1001000

Color Harmonies of #EC85C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85C4

Black with #EC85C4

Text Example


Text Example

White with #EC85C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85C4; }

 p { color: rgb(236,133,196); }

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

background-color css

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

 a { background-color: rgb(236,133,196); }

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

border-color css

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

 span { border-color: rgb(236,133,196); }

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