Html Css Color HEX #E93FAC Persian Rose

📋 copy color: '#E93FAC'

red 233 ◦ green 63 ◦ blue 172

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

Shades of Persian Rose #E93FAC

Tints of Persian Rose #E93FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.46%

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 49.79%
G = 13.46%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E93FAC (or 0xE93FAC) is known color: Persian Rose. HEX triplet: E9, 3F and AC. RGB value is (233,63,172). Sum of RGB (Red+Green+Blue) = 233+63+172=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E93FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93FAC is #16C053. Grayscale: #7D7D7D. Windows color (decimal): -1491028 or 11288553. OLE color: 11288553.

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

Color convert

RGB 233 63 172 -
CMYK 0 0.73 0.26 0.09
HSL 321.53º 0.79% 0.58% -
HSV(B) 321.53º 0.73% 0.91% -
XYZ 42.83 23.86 41.38 -
YUV 126.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 233 63 172 0 0.73 0.26 0.09 321.53 0.79 0.58
Hex E9 3F AC 0 49 1A 9 142 4F 3A
Octal 351 77 254 0 111 32 11 502 117 72
Binary 11101001 111111 10101100 0 1001001 11010 1001 101000010 1001111 111010

Color Harmonies of #E93FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93FAC

Black with #E93FAC

Text Example


Text Example

White with #E93FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93FAC; }

 p { color: rgb(233,63,172); }

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

background-color css

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

 a { background-color: rgb(233,63,172); }

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

border-color css

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

 span { border-color: rgb(233,63,172); }

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