Html Css Color HEX #E92CA9 Persian Rose

📋 copy color: '#E92CA9'

red 233 ◦ green 44 ◦ blue 169

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

Shades of Persian Rose #E92CA9

Tints of Persian Rose #E92CA9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.87%

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 52.24%
G = 9.87%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E92CA9 (or 0xE92CA9) is known color: Persian Rose. HEX triplet: E9, 2C and A9. RGB value is (233,44,169). Sum of RGB (Red+Green+Blue) = 233+44+169=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E92CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92CA9 is #16D356. Grayscale: #727272. Windows color (decimal): -1495895 or 11087081. OLE color: 11087081.

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

Color convert

RGB 233 44 169 -
CMYK 0 0.81 0.27 0.09
HSL 320.32º 0.81% 0.54% -
HSV(B) 320.32º 0.81% 0.91% -
XYZ 41.67 21.99 39.58 -
YUV 114.76 158.62 212.34 -
System Red Green Blue C M Y K H S L
Decimal 233 44 169 0 0.81 0.27 0.09 320.32 0.81 0.54
Hex E9 2C A9 0 51 1B 9 140 51 36
Octal 351 54 251 0 121 33 11 500 121 66
Binary 11101001 101100 10101001 0 1010001 11011 1001 101000000 1010001 110110

Color Harmonies of #E92CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92CA9

Black with #E92CA9

Text Example


Text Example

White with #E92CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92CA9; }

 p { color: rgb(233,44,169); }

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

background-color css

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

 a { background-color: rgb(233,44,169); }

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

border-color css

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

 span { border-color: rgb(233,44,169); }

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