#EFAFE4

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

Shades of Lavender Rose #EFAFE4

Tints of Lavender Rose #EFAFE4

Color information

#EFAFE4 (or 0xEFAFE4) is unknown color: approx Lavender Rose. HEX triplet: EF, AF and E4. RGB value is (239,175,228). Sum of RGB (Red+Green+Blue) = 239+175+228=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE4 is #10501B. Grayscale: #C8C8C8. Windows color (decimal): -1069084 or 14987247. OLE color: 14987247.

HSL color Cylindrical-coordinate representation of color #EFAFE4: hue angle of 310.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFE4 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239175228-
CMYK00.270.050.06
HSL310.31º66.67%81.18%-
HSV(B)310.31º26.78%93.73%-
XYZ64.9354.6180.52-
YUV200.18143.7155.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=37.23%
G=27.26%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917522800.270.050.06310.3166.6781.18
HexEFAFE401B561364351
Octal35725734403356466103121
Binary11101111101011111110010001101110111010011011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFE4; }

 p { color: rgb(239,175,228); }

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

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

 a { background-color: rgb(239,175,228); }

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

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

 span { border-color: rgb(239,175,228); }

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