Html Css Color HEX #FF93E4 Lavender Rose

📋 copy color: '#FF93E4'

red 255 ◦ green 147 ◦ blue 228

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

Shades of Lavender Rose #FF93E4

Tints of Lavender Rose #FF93E4

RGB

 RED value IS 255 (100% from 255) = 40.48%

 GREEN value IS 147 (57.81% from 255) = 23.33%

 BLUE value IS 228 (89.45% from 255) = 36.19%

R = 40.48%
G = 23.33%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF93E4 (or 0xFF93E4) is known color: Lavender Rose. HEX triplet: FF, 93 and E4. RGB value is (255,147,228). Sum of RGB (Red+Green+Blue) = 255+147+228=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93E4 is #006C1B. Grayscale: #BCBCBC. Windows color (decimal): -27676 or 14980095. OLE color: 14980095.

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

Color convert

RGB 255 147 228 -
CMYK 0 0.42 0.11 0
HSL 315º 1% 0.79% -
HSV(B) 315º 0.42% 1% -
XYZ 65.68 47.73 79.15 -
YUV 188.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 255 147 228 0 0.42 0.11 0 315 1 0.79
Hex FF 93 E4 0 2A B 0 13B 64 4F
Octal 377 223 344 0 52 13 0 473 144 117
Binary 11111111 10010011 11100100 0 101010 1011 0 100111011 1100100 1001111

Color Harmonies of #FF93E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93E4

Black with #FF93E4

Text Example


Text Example

White with #FF93E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93E4; }

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

 H1.HeaderClassName
 {
   color: #FF93E4;
 }
 .AnyTagClassName
 {
   color: #FF93E4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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