Html Css Color HEX #E92AA5 Persian Rose

📋 copy color: '#E92AA5'

red 233 ◦ green 42 ◦ blue 165

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

Shades of Persian Rose #E92AA5

Tints of Persian Rose #E92AA5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 52.95%
G = 9.55%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E92AA5 (or 0xE92AA5) is known color: Persian Rose. HEX triplet: E9, 2A and A5. RGB value is (233,42,165). Sum of RGB (Red+Green+Blue) = 233+42+165=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E92AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92AA5 is #16D55A. Grayscale: #707070. Windows color (decimal): -1496411 or 10824425. OLE color: 10824425.

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

Color convert

RGB 233 42 165 -
CMYK 0 0.82 0.29 0.09
HSL 321.36º 0.81% 0.54% -
HSV(B) 321.36º 0.82% 0.91% -
XYZ 41.22 21.7 37.61 -
YUV 113.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 233 42 165 0 0.82 0.29 0.09 321.36 0.81 0.54
Hex E9 2A A5 0 52 1D 9 141 51 36
Octal 351 52 245 0 122 35 11 501 121 66
Binary 11101001 101010 10100101 0 1010010 11101 1001 101000001 1010001 110110

Color Harmonies of #E92AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92AA5

Black with #E92AA5

Text Example


Text Example

White with #E92AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92AA5; }

 p { color: rgb(233,42,165); }

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

background-color css

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

 a { background-color: rgb(233,42,165); }

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

border-color css

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

 span { border-color: rgb(233,42,165); }

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