Html Css Color HEX #ED7CC6 Tea Rose

📋 copy color: '#ED7CC6'

red 237 ◦ green 124 ◦ blue 198

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

Shades of Tea Rose #ED7CC6

Tints of Tea Rose #ED7CC6

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

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

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 42.4%
G = 22.18%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED7CC6 (or 0xED7CC6) is known color: Tea Rose. HEX triplet: ED, 7C and C6. RGB value is (237,124,198). Sum of RGB (Red+Green+Blue) = 237+124+198=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CC6 is #128339. Grayscale: #A6A6A6. Windows color (decimal): -1213242 or 13008109. OLE color: 13008109.

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

Color convert

RGB 237 124 198 -
CMYK 0 0.48 0.16 0.07
HSL 320.71º 0.76% 0.71% -
HSV(B) 320.71º 0.48% 0.93% -
XYZ 52.33 36.5 57.71 -
YUV 166.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 237 124 198 0 0.48 0.16 0.07 320.71 0.76 0.71
Hex ED 7C C6 0 30 10 7 141 4C 47
Octal 355 174 306 0 60 20 7 501 114 107
Binary 11101101 1111100 11000110 0 110000 10000 111 101000001 1001100 1000111

Color Harmonies of #ED7CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CC6

Black with #ED7CC6

Text Example


Text Example

White with #ED7CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CC6; }

 p { color: rgb(237,124,198); }

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

background-color css

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

 a { background-color: rgb(237,124,198); }

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

border-color css

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

 span { border-color: rgb(237,124,198); }

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