Html Css Color HEX #E92295 Persian Rose

📋 copy color: '#E92295'

red 233 ◦ green 34 ◦ blue 149

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

Shades of Persian Rose #E92295

Tints of Persian Rose #E92295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.17%

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 56.01%
G = 8.17%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E92295 (or 0xE92295) is known color: Persian Rose. HEX triplet: E9, 22 and 95. RGB value is (233,34,149). Sum of RGB (Red+Green+Blue) = 233+34+149=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E92295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92295 is #16DD6A. Grayscale: #6A6A6A. Windows color (decimal): -1498475 or 9773801. OLE color: 9773801.

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

Color convert

RGB 233 34 149 -
CMYK 0 0.85 0.36 0.09
HSL 325.33º 0.82% 0.52% -
HSV(B) 325.33º 0.85% 0.91% -
XYZ 39.6 20.64 30.33 -
YUV 106.61 151.93 218.15 -
System Red Green Blue C M Y K H S L
Decimal 233 34 149 0 0.85 0.36 0.09 325.33 0.82 0.52
Hex E9 22 95 0 55 24 9 145 52 34
Octal 351 42 225 0 125 44 11 505 122 64
Binary 11101001 100010 10010101 0 1010101 100100 1001 101000101 1010010 110100

Color Harmonies of #E92295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92295

Black with #E92295

Text Example


Text Example

White with #E92295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92295; }

 p { color: rgb(233,34,149); }

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

background-color css

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

 a { background-color: rgb(233,34,149); }

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

border-color css

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

 span { border-color: rgb(233,34,149); }

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