Html Css Color HEX #FF1E9E Persian Rose

📋 copy color: '#FF1E9E'

red 255 ◦ green 30 ◦ blue 158

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

Shades of Persian Rose #FF1E9E

Tints of Persian Rose #FF1E9E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.77%

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 57.56%
G = 6.77%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF1E9E (or 0xFF1E9E) is known color: Persian Rose. HEX triplet: FF, 1E and 9E. RGB value is (255,30,158). Sum of RGB (Red+Green+Blue) = 255+30+158=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E9E is #00E161. Grayscale: #6F6F6F. Windows color (decimal): -57698 or 10362623. OLE color: 10362623.

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

Color convert

RGB 255 30 158 -
CMYK 0 0.88 0.38 0
HSL 325.87º 1% 0.56% -
HSV(B) 325.87º 0.88% 1% -
XYZ 47.88 24.66 34.58 -
YUV 111.87 154.04 230.09 -
System Red Green Blue C M Y K H S L
Decimal 255 30 158 0 0.88 0.38 0 325.87 1 0.56
Hex FF 1E 9E 0 58 26 0 146 64 38
Octal 377 36 236 0 130 46 0 506 144 70
Binary 11111111 11110 10011110 0 1011000 100110 0 101000110 1100100 111000

Color Harmonies of #FF1E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E9E

Black with #FF1E9E

Text Example


Text Example

White with #FF1E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E9E; }

 p { color: rgb(255,30,158); }

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

background-color css

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

 a { background-color: rgb(255,30,158); }

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

border-color css

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

 span { border-color: rgb(255,30,158); }

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