Html Css Color HEX #E93DAE Persian Rose

📋 copy color: '#E93DAE'

red 233 ◦ green 61 ◦ blue 174

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

Shades of Persian Rose #E93DAE

Tints of Persian Rose #E93DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.03%

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

R = 49.79%
G = 13.03%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E93DAE (or 0xE93DAE) is known color: Persian Rose. HEX triplet: E9, 3D and AE. RGB value is (233,61,174). Sum of RGB (Red+Green+Blue) = 233+61+174=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DAE is #16C251. Grayscale: #7D7D7D. Windows color (decimal): -1491538 or 11419113. OLE color: 11419113.

HSL color Cylindrical-coordinate representation of color #E93DAE: hue angle of 320.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93DAE is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 61 174 -
CMYK 0 0.74 0.25 0.09
HSL 320.58º 0.8% 0.58% -
HSV(B) 320.58º 0.74% 0.91% -
XYZ 42.91 23.72 42.36 -
YUV 125.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 233 61 174 0 0.74 0.25 0.09 320.58 0.8 0.58
Hex E9 3D AE 0 4A 19 9 141 50 3A
Octal 351 75 256 0 112 31 11 501 120 72
Binary 11101001 111101 10101110 0 1001010 11001 1001 101000001 1010000 111010

Color Harmonies of #E93DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93DAE

Black with #E93DAE

Text Example


Text Example

White with #E93DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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