Html Css Color HEX #E93CAC Persian Rose

📋 copy color: '#E93CAC'

red 233 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #E93CAC

Tints of Persian Rose #E93CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.9%

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

R = 50.11%
G = 12.9%
B = 36.99%

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

#E93CAC (or 0xE93CAC) is known color: Persian Rose. HEX triplet: E9, 3C and AC. RGB value is (233,60,172). Sum of RGB (Red+Green+Blue) = 233+60+172=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93CAC is #16C353. Grayscale: #7C7C7C. Windows color (decimal): -1491796 or 11287785. OLE color: 11287785.

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

Color convert

RGB 233 60 172 -
CMYK 0 0.74 0.26 0.09
HSL 321.16º 0.8% 0.57% -
HSV(B) 321.16º 0.74% 0.91% -
XYZ 42.67 23.53 41.32 -
YUV 124.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 233 60 172 0 0.74 0.26 0.09 321.16 0.8 0.57
Hex E9 3C AC 0 4A 1A 9 141 50 39
Octal 351 74 254 0 112 32 11 501 120 71
Binary 11101001 111100 10101100 0 1001010 11010 1001 101000001 1010000 111001

Color Harmonies of #E93CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93CAC

Black with #E93CAC

Text Example


Text Example

White with #E93CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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