Html Css Color HEX #ED7DCE Tea Rose

📋 copy color: '#ED7DCE'

red 237 ◦ green 125 ◦ blue 206

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

Shades of Tea Rose #ED7DCE

Tints of Tea Rose #ED7DCE

RGB

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

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

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

R = 41.73%
G = 22.01%
B = 36.27%

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

#ED7DCE (or 0xED7DCE) is known color: Tea Rose. HEX triplet: ED, 7D and CE. RGB value is (237,125,206). Sum of RGB (Red+Green+Blue) = 237+125+206=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DCE is #128231. Grayscale: #A7A7A7. Windows color (decimal): -1212978 or 13532653. OLE color: 13532653.

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

Color convert

RGB 237 125 206 -
CMYK 0 0.47 0.13 0.07
HSL 316.61º 0.76% 0.71% -
HSV(B) 316.61º 0.47% 0.93% -
XYZ 53.4 37.13 62.74 -
YUV 167.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 237 125 206 0 0.47 0.13 0.07 316.61 0.76 0.71
Hex ED 7D CE 0 2F D 7 13D 4C 47
Octal 355 175 316 0 57 15 7 475 114 107
Binary 11101101 1111101 11001110 0 101111 1101 111 100111101 1001100 1000111

Color Harmonies of #ED7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DCE

Black with #ED7DCE

Text Example


Text Example

White with #ED7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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