Html Css Color HEX #EC7CCB Tea Rose

📋 copy color: '#EC7CCB'

red 236 ◦ green 124 ◦ blue 203

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

Shades of Tea Rose #EC7CCB

Tints of Tea Rose #EC7CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.02%

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

R = 41.92%
G = 22.02%
B = 36.06%

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

#EC7CCB (or 0xEC7CCB) is known color: Tea Rose. HEX triplet: EC, 7C and CB. RGB value is (236,124,203). Sum of RGB (Red+Green+Blue) = 236+124+203=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CCB is #138334. Grayscale: #A6A6A6. Windows color (decimal): -1278773 or 13335788. OLE color: 13335788.

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

Color convert

RGB 236 124 203 -
CMYK 0 0.47 0.14 0.07
HSL 317.68º 0.75% 0.71% -
HSV(B) 317.68º 0.47% 0.93% -
XYZ 52.58 36.56 60.79 -
YUV 166.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 236 124 203 0 0.47 0.14 0.07 317.68 0.75 0.71
Hex EC 7C CB 0 2F E 7 13E 4B 47
Octal 354 174 313 0 57 16 7 476 113 107
Binary 11101100 1111100 11001011 0 101111 1110 111 100111110 1001011 1000111

Color Harmonies of #EC7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CCB

Black with #EC7CCB

Text Example


Text Example

White with #EC7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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