Html Css Color HEX #FF93EA Lavender Rose

📋 copy color: '#FF93EA'

red 255 ◦ green 147 ◦ blue 234

#FF93EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FF93EA

Tints of Lavender Rose #FF93EA

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.8% from 255) = 36.79%

R = 40.09%
G = 23.11%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF93EA (or 0xFF93EA) is known color: 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

RGB 255 147 234 -
CMYK 0 0.42 0.08 0
HSL 311.67º 1% 0.79% -
HSV(B) 311.67º 0.42% 1% -
XYZ 66.53 48.07 83.61 -
YUV 189.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 255 147 234 0 0.42 0.08 0 311.67 1 0.79
Hex FF 93 EA 0 2A 8 0 138 64 4F
Octal 377 223 352 0 52 10 0 470 144 117
Binary 11111111 10010011 11101010 0 101010 1000 0 100111000 1100100 1001111

Color Harmonies of #FF93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93EA

Black with #FF93EA

Text Example


Text Example

White with #FF93EA

Text Example


Text Example

HTML Codes & Css Web 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>