Html Css Color HEX #ED7ACE Tea Rose

📋 copy color: '#ED7ACE'

red 237 ◦ green 122 ◦ blue 206

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

Shades of Tea Rose #ED7ACE

Tints of Tea Rose #ED7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.59%

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 41.95%
G = 21.59%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED7ACE (or 0xED7ACE) is known color: Tea Rose. HEX triplet: ED, 7A and CE. RGB value is (237,122,206). Sum of RGB (Red+Green+Blue) = 237+122+206=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ACE is #128531. Grayscale: #A5A5A5. Windows color (decimal): -1213746 or 13531885. OLE color: 13531885.

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

Color convert

RGB 237 122 206 -
CMYK 0 0.49 0.13 0.07
HSL 316.17º 0.76% 0.7% -
HSV(B) 316.17º 0.49% 0.93% -
XYZ 53.03 36.38 62.62 -
YUV 165.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 237 122 206 0 0.49 0.13 0.07 316.17 0.76 0.7
Hex ED 7A CE 0 31 D 7 13C 4C 46
Octal 355 172 316 0 61 15 7 474 114 106
Binary 11101101 1111010 11001110 0 110001 1101 111 100111100 1001100 1000110

Color Harmonies of #ED7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ACE

Black with #ED7ACE

Text Example


Text Example

White with #ED7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ACE; }

 p { color: rgb(237,122,206); }

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

background-color css

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

 a { background-color: rgb(237,122,206); }

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

border-color css

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

 span { border-color: rgb(237,122,206); }

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