Html Css Color HEX #ED7FCF Tea Rose

📋 copy color: '#ED7FCF'

red 237 ◦ green 127 ◦ blue 207

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

Shades of Tea Rose #ED7FCF

Tints of Tea Rose #ED7FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.24%

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

R = 41.51%
G = 22.24%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED7FCF (or 0xED7FCF) is known color: Tea Rose. HEX triplet: ED, 7F and CF. RGB value is (237,127,207). Sum of RGB (Red+Green+Blue) = 237+127+207=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FCF is #128030. Grayscale: #A8A8A8. Windows color (decimal): -1212465 or 13598701. OLE color: 13598701.

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

Color convert

RGB 237 127 207 -
CMYK 0 0.46 0.13 0.07
HSL 316.36º 0.75% 0.71% -
HSV(B) 316.36º 0.46% 0.93% -
XYZ 53.78 37.69 63.47 -
YUV 169.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 237 127 207 0 0.46 0.13 0.07 316.36 0.75 0.71
Hex ED 7F CF 0 2E D 7 13C 4B 47
Octal 355 177 317 0 56 15 7 474 113 107
Binary 11101101 1111111 11001111 0 101110 1101 111 100111100 1001011 1000111

Color Harmonies of #ED7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FCF

Black with #ED7FCF

Text Example


Text Example

White with #ED7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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