Html Css Color HEX #ED7DC6 Tea Rose

📋 copy color: '#ED7DC6'

red 237 ◦ green 125 ◦ blue 198

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

Shades of Tea Rose #ED7DC6

Tints of Tea Rose #ED7DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.32%

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

R = 42.32%
G = 22.32%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED7DC6 (or 0xED7DC6) is known color: Tea Rose. HEX triplet: ED, 7D and C6. RGB value is (237,125,198). Sum of RGB (Red+Green+Blue) = 237+125+198=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DC6 is #128239. Grayscale: #A6A6A6. Windows color (decimal): -1212986 or 13008365. OLE color: 13008365.

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

Color convert

RGB 237 125 198 -
CMYK 0 0.47 0.16 0.07
HSL 320.89º 0.76% 0.71% -
HSV(B) 320.89º 0.47% 0.93% -
XYZ 52.45 36.75 57.75 -
YUV 166.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 237 125 198 0 0.47 0.16 0.07 320.89 0.76 0.71
Hex ED 7D C6 0 2F 10 7 141 4C 47
Octal 355 175 306 0 57 20 7 501 114 107
Binary 11101101 1111101 11000110 0 101111 10000 111 101000001 1001100 1000111

Color Harmonies of #ED7DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DC6

Black with #ED7DC6

Text Example


Text Example

White with #ED7DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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