#ED7FCB

Color #ED7FCB Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #ED7FCB

Tints of Tea Rose #ED7FCB

Color information

#ED7FCB (or 0xED7FCB) is unknown color: approx Tea Rose. HEX triplet: ED, 7F and CB. RGB value is (237,127,203). Sum of RGB (Red+Green+Blue) = 237+127+203=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FCB is #128034. Grayscale: #A8A8A8. Windows color (decimal): -1212469 or 13336557. OLE color: 13336557.

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

Color convert

RGB237127203-
CMYK00.460.140.07
HSL318.55º75.34%71.37%-
HSV(B)318.55º46.41%92.94%-
XYZ53.2937.560.93-
YUV168.55147.44176.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=41.80%
G=22.40%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712720300.460.140.07318.5575.3471.37
HexED7FCB02EE713f4b47
Octal355177313056167477113107
Binary111011011111111110010110101110111011110011111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FCB; }

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

 H1.HeaderClassName
 {
   color: #ED7FCB;
 }
 .AnyTagClassName
 {
   color: #ED7FCB;
 }
</style>
background-color css

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

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

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

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

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

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