Html Css Color HEX #E92D9A Persian Rose

📋 copy color: '#E92D9A'

red 233 ◦ green 45 ◦ blue 154

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

Shades of Persian Rose #E92D9A

Tints of Persian Rose #E92D9A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.42%

 BLUE value IS 154 (60.55% from 255) = 35.65%

R = 53.94%
G = 10.42%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E92D9A (or 0xE92D9A) is known color: Persian Rose. HEX triplet: E9, 2D and 9A. RGB value is (233,45,154). Sum of RGB (Red+Green+Blue) = 233+45+154=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92D9A is #16D265. Grayscale: #717171. Windows color (decimal): -1495654 or 10104297. OLE color: 10104297.

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

Color convert

RGB 233 45 154 -
CMYK 0 0.81 0.34 0.09
HSL 325.21º 0.81% 0.55% -
HSV(B) 325.21º 0.81% 0.91% -
XYZ 40.38 21.53 32.6 -
YUV 113.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 233 45 154 0 0.81 0.34 0.09 325.21 0.81 0.55
Hex E9 2D 9A 0 51 22 9 145 51 37
Octal 351 55 232 0 121 42 11 505 121 67
Binary 11101001 101101 10011010 0 1010001 100010 1001 101000101 1010001 110111

Color Harmonies of #E92D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D9A

Black with #E92D9A

Text Example


Text Example

White with #E92D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D9A; }

 p { color: rgb(233,45,154); }

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

background-color css

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

 a { background-color: rgb(233,45,154); }

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

border-color css

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

 span { border-color: rgb(233,45,154); }

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