Html Css Color HEX #ED7DCF Tea Rose

📋 copy color: '#ED7DCF'

red 237 ◦ green 125 ◦ blue 207

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

Shades of Tea Rose #ED7DCF

Tints of Tea Rose #ED7DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 41.65%
G = 21.97%
B = 36.38%

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

#ED7DCF (or 0xED7DCF) is known color: Tea Rose. HEX triplet: ED, 7D and CF. RGB value is (237,125,207). Sum of RGB (Red+Green+Blue) = 237+125+207=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DCF is #128230. Grayscale: #A7A7A7. Windows color (decimal): -1212977 or 13598189. OLE color: 13598189.

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

Color convert

RGB 237 125 207 -
CMYK 0 0.47 0.13 0.07
HSL 316.07º 0.76% 0.71% -
HSV(B) 316.07º 0.47% 0.93% -
XYZ 53.52 37.18 63.39 -
YUV 167.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 237 125 207 0 0.47 0.13 0.07 316.07 0.76 0.71
Hex ED 7D CF 0 2F D 7 13C 4C 47
Octal 355 175 317 0 57 15 7 474 114 107
Binary 11101101 1111101 11001111 0 101111 1101 111 100111100 1001100 1000111

Color Harmonies of #ED7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DCF

Black with #ED7DCF

Text Example


Text Example

White with #ED7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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