Html Css Color HEX #ED7EC6 Tea Rose

📋 copy color: '#ED7EC6'

red 237 ◦ green 126 ◦ blue 198

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

Shades of Tea Rose #ED7EC6

Tints of Tea Rose #ED7EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.46%

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

R = 42.25%
G = 22.46%
B = 35.29%

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

#ED7EC6 (or 0xED7EC6) is known color: Tea Rose. HEX triplet: ED, 7E and C6. RGB value is (237,126,198). Sum of RGB (Red+Green+Blue) = 237+126+198=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EC6 is #128139. Grayscale: #A7A7A7. Windows color (decimal): -1212730 or 13008621. OLE color: 13008621.

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

Color convert

RGB 237 126 198 -
CMYK 0 0.47 0.16 0.07
HSL 321.08º 0.76% 0.71% -
HSV(B) 321.08º 0.47% 0.93% -
XYZ 52.58 37 57.8 -
YUV 167.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 237 126 198 0 0.47 0.16 0.07 321.08 0.76 0.71
Hex ED 7E C6 0 2F 10 7 141 4C 47
Octal 355 176 306 0 57 20 7 501 114 107
Binary 11101101 1111110 11000110 0 101111 10000 111 101000001 1001100 1000111

Color Harmonies of #ED7EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EC6

Black with #ED7EC6

Text Example


Text Example

White with #ED7EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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