Html Css Color HEX #E93DAD Persian Rose

📋 copy color: '#E93DAD'

red 233 ◦ green 61 ◦ blue 173

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

Shades of Persian Rose #E93DAD

Tints of Persian Rose #E93DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 49.89%
G = 13.06%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E93DAD (or 0xE93DAD) is known color: Persian Rose. HEX triplet: E9, 3D and AD. RGB value is (233,61,173). Sum of RGB (Red+Green+Blue) = 233+61+173=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DAD is #16C252. Grayscale: #7C7C7C. Windows color (decimal): -1491539 or 11353577. OLE color: 11353577.

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

Color convert

RGB 233 61 173 -
CMYK 0 0.74 0.26 0.09
HSL 320.93º 0.8% 0.58% -
HSV(B) 320.93º 0.74% 0.91% -
XYZ 42.82 23.68 41.85 -
YUV 125.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 233 61 173 0 0.74 0.26 0.09 320.93 0.8 0.58
Hex E9 3D AD 0 4A 1A 9 141 50 3A
Octal 351 75 255 0 112 32 11 501 120 72
Binary 11101001 111101 10101101 0 1001010 11010 1001 101000001 1010000 111010

Color Harmonies of #E93DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93DAD

Black with #E93DAD

Text Example


Text Example

White with #E93DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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