#EF7CCD

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

Shades of Tea Rose #EF7CCD

Tints of Tea Rose #EF7CCD

Color information

#EF7CCD (or 0xEF7CCD) is unknown color: approx Tea Rose. HEX triplet: EF, 7C and CD. RGB value is (239,124,205). Sum of RGB (Red+Green+Blue) = 239+124+205=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CCD is #108332. Grayscale: #A7A7A7. Windows color (decimal): -1082163 or 13466863. OLE color: 13466863.

HSL color Cylindrical-coordinate representation of color #EF7CCD: hue angle of 317.74º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CCD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239124205-
CMYK00.480.140.06
HSL317.74º78.23%71.18%-
HSV(B)317.74º48.12%93.73%-
XYZ53.8237.1762.1-
YUV167.62149.1178.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 124 (48.83% from 255) = 21.83%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=42.08%
G=21.83%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912420500.480.140.06317.7478.2371.18
HexEF7CCD030E613e4e47
Octal357174315060166476116107
Binary111011111111100110011010110000111011010011111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7CCD; }

 p { color: rgb(239,124,205); }

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

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

 a { background-color: rgb(239,124,205); }

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

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

 span { border-color: rgb(239,124,205); }

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