Html Css Color HEX #E93DAB Persian Rose

📋 copy color: '#E93DAB'

red 233 ◦ green 61 ◦ blue 171

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

Shades of Persian Rose #E93DAB

Tints of Persian Rose #E93DAB

RGB

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

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

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

R = 50.11%
G = 13.12%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E93DAB (or 0xE93DAB) is known color: Persian Rose. HEX triplet: E9, 3D and AB. RGB value is (233,61,171). Sum of RGB (Red+Green+Blue) = 233+61+171=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DAB is #16C254. Grayscale: #7C7C7C. Windows color (decimal): -1491541 or 11222505. OLE color: 11222505.

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

Color convert

RGB 233 61 171 -
CMYK 0 0.74 0.27 0.09
HSL 321.63º 0.8% 0.58% -
HSV(B) 321.63º 0.74% 0.91% -
XYZ 42.62 23.6 40.84 -
YUV 124.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 233 61 171 0 0.74 0.27 0.09 321.63 0.8 0.58
Hex E9 3D AB 0 4A 1B 9 142 50 3A
Octal 351 75 253 0 112 33 11 502 120 72
Binary 11101001 111101 10101011 0 1001010 11011 1001 101000010 1010000 111010

Color Harmonies of #E93DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93DAB

Black with #E93DAB

Text Example


Text Example

White with #E93DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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