Html Css Color HEX #ED7ECE Tea Rose

📋 copy color: '#ED7ECE'

red 237 ◦ green 126 ◦ blue 206

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

Shades of Tea Rose #ED7ECE

Tints of Tea Rose #ED7ECE

RGB

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

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

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

R = 41.65%
G = 22.14%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED7ECE (or 0xED7ECE) is known color: Tea Rose. HEX triplet: ED, 7E and CE. RGB value is (237,126,206). Sum of RGB (Red+Green+Blue) = 237+126+206=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ECE is #128131. Grayscale: #A8A8A8. Windows color (decimal): -1212722 or 13532909. OLE color: 13532909.

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

Color convert

RGB 237 126 206 -
CMYK 0 0.47 0.13 0.07
HSL 316.76º 0.76% 0.71% -
HSV(B) 316.76º 0.47% 0.93% -
XYZ 53.53 37.38 62.79 -
YUV 168.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 237 126 206 0 0.47 0.13 0.07 316.76 0.76 0.71
Hex ED 7E CE 0 2F D 7 13D 4C 47
Octal 355 176 316 0 57 15 7 475 114 107
Binary 11101101 1111110 11001110 0 101111 1101 111 100111101 1001100 1000111

Color Harmonies of #ED7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ECE

Black with #ED7ECE

Text Example


Text Example

White with #ED7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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