#FF93E9

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

Shades of Lavender Rose #FF93E9

Tints of Lavender Rose #FF93E9

Color information

#FF93E9 (or 0xFF93E9) is unknown color: approx Lavender Rose. HEX triplet: FF, 93 and E9. RGB value is (255,147,233). Sum of RGB (Red+Green+Blue) = 255+147+233=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93E9 is #006C16. Grayscale: #BCBCBC. Windows color (decimal): -27671 or 15307775. OLE color: 15307775.

HSL color Cylindrical-coordinate representation of color #FF93E9: hue angle of 312.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93E9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255147233-
CMYK00.420.090
HSL312.22º100%78.82%-
HSV(B)312.22º42.35%100%-
XYZ66.3848.0182.86-
YUV189.1152.78175.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 147 (57.81% from 255) = 23.15%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=40.16%
G=23.15%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514723300.420.090312.2210078.82
HexFF93E902A90138644f
Octal377223351052110470144117
Binary11111111100100111110100101010101001010011100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93E9; }

 p { color: rgb(255,147,233); }

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

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

 a { background-color: rgb(255,147,233); }

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

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

 span { border-color: rgb(255,147,233); }

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