Html Css Color HEX #E92FAB Persian Rose

📋 copy color: '#E92FAB'

red 233 ◦ green 47 ◦ blue 171

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

Shades of Persian Rose #E92FAB

Tints of Persian Rose #E92FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 51.66%
G = 10.42%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E92FAB (or 0xE92FAB) is known color: Persian Rose. HEX triplet: E9, 2F and AB. RGB value is (233,47,171). Sum of RGB (Red+Green+Blue) = 233+47+171=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E92FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92FAB is #16D054. Grayscale: #747474. Windows color (decimal): -1495125 or 11218921. OLE color: 11218921.

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

Color convert

RGB 233 47 171 -
CMYK 0 0.80 0.27 0.09
HSL 320º 0.81% 0.55% -
HSV(B) 320º 0.8% 0.91% -
XYZ 41.97 22.3 40.62 -
YUV 116.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 233 47 171 0 0.80 0.27 0.09 320 0.81 0.55
Hex E9 2F AB 0 50 1B 9 140 51 37
Octal 351 57 253 0 120 33 11 500 121 67
Binary 11101001 101111 10101011 0 1010000 11011 1001 101000000 1010001 110111

Color Harmonies of #E92FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92FAB

Black with #E92FAB

Text Example


Text Example

White with #E92FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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