Html Css Color HEX #E93BAC Persian Rose

📋 copy color: '#E93BAC'

red 233 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #E93BAC

Tints of Persian Rose #E93BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.72%

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

R = 50.22%
G = 12.72%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E93BAC (or 0xE93BAC) is known color: Persian Rose. HEX triplet: E9, 3B and AC. RGB value is (233,59,172). Sum of RGB (Red+Green+Blue) = 233+59+172=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E93BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93BAC is #16C453. Grayscale: #7B7B7B. Windows color (decimal): -1492052 or 11287529. OLE color: 11287529.

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

Color convert

RGB 233 59 172 -
CMYK 0 0.75 0.26 0.09
HSL 321.03º 0.8% 0.57% -
HSV(B) 321.03º 0.75% 0.91% -
XYZ 42.61 23.43 41.31 -
YUV 123.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 233 59 172 0 0.75 0.26 0.09 321.03 0.8 0.57
Hex E9 3B AC 0 4B 1A 9 141 50 39
Octal 351 73 254 0 113 32 11 501 120 71
Binary 11101001 111011 10101100 0 1001011 11010 1001 101000001 1010000 111001

Color Harmonies of #E93BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93BAC

Black with #E93BAC

Text Example


Text Example

White with #E93BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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