Html Css Color HEX #E92F9D Persian Rose

📋 copy color: '#E92F9D'

red 233 ◦ green 47 ◦ blue 157

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

Shades of Persian Rose #E92F9D

Tints of Persian Rose #E92F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.76%

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

R = 53.32%
G = 10.76%
B = 35.93%

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

#E92F9D (or 0xE92F9D) is known color: Persian Rose. HEX triplet: E9, 2F and 9D. RGB value is (233,47,157). Sum of RGB (Red+Green+Blue) = 233+47+157=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92F9D is #16D062. Grayscale: #727272. Windows color (decimal): -1495139 or 10301417. OLE color: 10301417.

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

Color convert

RGB 233 47 157 -
CMYK 0 0.80 0.33 0.09
HSL 324.52º 0.81% 0.55% -
HSV(B) 324.52º 0.8% 0.91% -
XYZ 40.71 21.79 33.96 -
YUV 115.15 151.62 212.06 -
System Red Green Blue C M Y K H S L
Decimal 233 47 157 0 0.80 0.33 0.09 324.52 0.81 0.55
Hex E9 2F 9D 0 50 21 9 145 51 37
Octal 351 57 235 0 120 41 11 505 121 67
Binary 11101001 101111 10011101 0 1010000 100001 1001 101000101 1010001 110111

Color Harmonies of #E92F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92F9D

Black with #E92F9D

Text Example


Text Example

White with #E92F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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