Html Css Color HEX #E92DAE Persian Rose

📋 copy color: '#E92DAE'

red 233 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #E92DAE

Tints of Persian Rose #E92DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 51.55%
G = 9.96%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E92DAE (or 0xE92DAE) is known color: Persian Rose. HEX triplet: E9, 2D and AE. RGB value is (233,45,174). Sum of RGB (Red+Green+Blue) = 233+45+174=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E92DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92DAE is #16D251. Grayscale: #737373. Windows color (decimal): -1495634 or 11415017. OLE color: 11415017.

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

Color convert

RGB 233 45 174 -
CMYK 0 0.81 0.25 0.09
HSL 318.83º 0.81% 0.55% -
HSV(B) 318.83º 0.81% 0.91% -
XYZ 42.18 22.26 42.12 -
YUV 115.92 160.78 211.51 -
System Red Green Blue C M Y K H S L
Decimal 233 45 174 0 0.81 0.25 0.09 318.83 0.81 0.55
Hex E9 2D AE 0 51 19 9 13F 51 37
Octal 351 55 256 0 121 31 11 477 121 67
Binary 11101001 101101 10101110 0 1010001 11001 1001 100111111 1010001 110111

Color Harmonies of #E92DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92DAE

Black with #E92DAE

Text Example


Text Example

White with #E92DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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