Html Css Color HEX #E93EAB Persian Rose

📋 copy color: '#E93EAB'

red 233 ◦ green 62 ◦ blue 171

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

Shades of Persian Rose #E93EAB

Tints of Persian Rose #E93EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

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

R = 50%
G = 13.3%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E93EAB (or 0xE93EAB) is known color: Persian Rose. HEX triplet: E9, 3E and AB. RGB value is (233,62,171). Sum of RGB (Red+Green+Blue) = 233+62+171=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E93EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93EAB is #16C154. Grayscale: #7D7D7D. Windows color (decimal): -1491285 or 11222761. OLE color: 11222761.

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

Color convert

RGB 233 62 171 -
CMYK 0 0.73 0.27 0.09
HSL 321.75º 0.8% 0.58% -
HSV(B) 321.75º 0.73% 0.91% -
XYZ 42.68 23.71 40.86 -
YUV 125.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 233 62 171 0 0.73 0.27 0.09 321.75 0.8 0.58
Hex E9 3E AB 0 49 1B 9 142 50 3A
Octal 351 76 253 0 111 33 11 502 120 72
Binary 11101001 111110 10101011 0 1001001 11011 1001 101000010 1010000 111010

Color Harmonies of #E93EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93EAB

Black with #E93EAB

Text Example


Text Example

White with #E93EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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