Html Css Color HEX #E92E9D Persian Rose

📋 copy color: '#E92E9D'

red 233 ◦ green 46 ◦ blue 157

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

Shades of Persian Rose #E92E9D

Tints of Persian Rose #E92E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 53.44%
G = 10.55%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E92E9D (or 0xE92E9D) is known color: Persian Rose. HEX triplet: E9, 2E and 9D. RGB value is (233,46,157). Sum of RGB (Red+Green+Blue) = 233+46+157=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92E9D is #16D162. Grayscale: #727272. Windows color (decimal): -1495395 or 10301161. OLE color: 10301161.

HSL color Cylindrical-coordinate representation of color #E92E9D: hue angle of 324.39º 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 #E92E9D is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 46 157 -
CMYK 0 0.80 0.33 0.09
HSL 324.39º 0.81% 0.55% -
HSV(B) 324.39º 0.8% 0.91% -
XYZ 40.67 21.71 33.95 -
YUV 114.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 233 46 157 0 0.80 0.33 0.09 324.39 0.81 0.55
Hex E9 2E 9D 0 50 21 9 144 51 37
Octal 351 56 235 0 120 41 11 504 121 67
Binary 11101001 101110 10011101 0 1010000 100001 1001 101000100 1010001 110111

Color Harmonies of #E92E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92E9D

Black with #E92E9D

Text Example


Text Example

White with #E92E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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