Html Css Color HEX #E92E9F Persian Rose

📋 copy color: '#E92E9F'

red 233 ◦ green 46 ◦ blue 159

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

Shades of Persian Rose #E92E9F

Tints of Persian Rose #E92E9F

RGB

 RED value IS 233 (91.41% from 255) = 53.2%

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 53.2%
G = 10.5%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E92E9F (or 0xE92E9F) is known color: Persian Rose. HEX triplet: E9, 2E and 9F. RGB value is (233,46,159). Sum of RGB (Red+Green+Blue) = 233+46+159=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92E9F is #16D160. Grayscale: #727272. Windows color (decimal): -1495393 or 10432233. OLE color: 10432233.

HSL color Cylindrical-coordinate representation of color #E92E9F: hue angle of 323.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92E9F is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 46 159 -
CMYK 0 0.80 0.32 0.09
HSL 323.74º 0.81% 0.55% -
HSV(B) 323.74º 0.8% 0.91% -
XYZ 40.84 21.78 34.85 -
YUV 114.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 233 46 159 0 0.80 0.32 0.09 323.74 0.81 0.55
Hex E9 2E 9F 0 50 20 9 144 51 37
Octal 351 56 237 0 120 40 11 504 121 67
Binary 11101001 101110 10011111 0 1010000 100000 1001 101000100 1010001 110111

Color Harmonies of #E92E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92E9F

Black with #E92E9F

Text Example


Text Example

White with #E92E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92E9F; }

 p { color: rgb(233,46,159); }

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

background-color css

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

 a { background-color: rgb(233,46,159); }

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

border-color css

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

 span { border-color: rgb(233,46,159); }

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