Html Css Color HEX #FF97E1 Lavender Rose

📋 copy color: '#FF97E1'

red 255 ◦ green 151 ◦ blue 225

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

Shades of Lavender Rose #FF97E1

Tints of Lavender Rose #FF97E1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.93%

 BLUE value IS 225 (88.28% from 255) = 35.66%

R = 40.41%
G = 23.93%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF97E1 (or 0xFF97E1) is known color: Lavender Rose. HEX triplet: FF, 97 and E1. RGB value is (255,151,225). Sum of RGB (Red+Green+Blue) = 255+151+225=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 151 (59.38% from 255 or 23.93% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97E1 is #00681E. Grayscale: #BEBEBE. Windows color (decimal): -26655 or 14784511. OLE color: 14784511.

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

Color convert

RGB 255 151 225 -
CMYK 0 0.41 0.12 0
HSL 317.31º 1% 0.8% -
HSV(B) 317.31º 0.41% 1% -
XYZ 65.9 48.83 77.19 -
YUV 190.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 255 151 225 0 0.41 0.12 0 317.31 1 0.8
Hex FF 97 E1 0 29 C 0 13D 64 50
Octal 377 227 341 0 51 14 0 475 144 120
Binary 11111111 10010111 11100001 0 101001 1100 0 100111101 1100100 1010000

Color Harmonies of #FF97E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97E1

Black with #FF97E1

Text Example


Text Example

White with #FF97E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97E1; }

 p { color: rgb(255,151,225); }

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

background-color css

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

 a { background-color: rgb(255,151,225); }

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

border-color css

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

 span { border-color: rgb(255,151,225); }

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