#FF93EA

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

Shades of Lavender Rose #FF93EA

Tints of Lavender Rose #FF93EA

Color information

#FF93EA (or 0xFF93EA) is unknown color: approx Lavender Rose. HEX triplet: FF, 93 and EA. RGB value is (255,147,234). Sum of RGB (Red+Green+Blue) = 255+147+234=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93EA is #006C15. Grayscale: #BCBCBC. Windows color (decimal): -27670 or 15373311. OLE color: 15373311.

HSL color Cylindrical-coordinate representation of color #FF93EA: hue angle of 311.67º 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 #FF93EA is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255147234-
CMYK00.420.080
HSL311.67º100%78.82%-
HSV(B)311.67º42.35%100%-
XYZ66.5348.0783.61-
YUV189.21153.28174.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 147 (57.81% from 255) = 23.11%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=40.09%
G=23.11%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514723400.420.080311.6710078.82
HexFF93EA02A80138644f
Octal377223352052100470144117
Binary11111111100100111110101001010101000010011100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93EA; }

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

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

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

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

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

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

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

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