#EFBFE0

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

Shades of Classic Rose #EFBFE0

Tints of Classic Rose #EFBFE0

Color information

#EFBFE0 (or 0xEFBFE0) is unknown color: approx Classic Rose. HEX triplet: EF, BF and E0. RGB value is (239,191,224). Sum of RGB (Red+Green+Blue) = 239+191+224=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFE0 is #10401F. Grayscale: #D1D1D1. Windows color (decimal): -1064992 or 14729199. OLE color: 14729199.

HSL color Cylindrical-coordinate representation of color #EFBFE0: hue angle of 318.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFE0 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239191224-
CMYK00.200.060.06
HSL318.75º60%84.31%-
HSV(B)318.75º20.08%93.73%-
XYZ67.6860.9978.73-
YUV209.11136.4149.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=36.54%
G=29.20%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919122400.200.060.06318.756084.31
HexEFBFE00146613f3c54
Octal3572773400246647774124
Binary1110111110111111111000000101001101101001111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFE0; }

 p { color: rgb(239,191,224); }

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

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

 a { background-color: rgb(239,191,224); }

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

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

 span { border-color: rgb(239,191,224); }

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