Html Css Color HEX #E73EAB Persian Rose

📋 copy color: '#E73EAB'

red 231 ◦ green 62 ◦ blue 171

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

Shades of Persian Rose #E73EAB

Tints of Persian Rose #E73EAB

RGB

 RED value IS 231 (90.63% from 255) = 49.78%

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

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

R = 49.78%
G = 13.36%
B = 36.85%

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

#E73EAB (or 0xE73EAB) is known color: Persian Rose. HEX triplet: E7, 3E and AB. RGB value is (231,62,171). Sum of RGB (Red+Green+Blue) = 231+62+171=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E73EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73EAB is #18C154. Grayscale: #7C7C7C. Windows color (decimal): -1622357 or 11222759. OLE color: 11222759.

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

Color convert

RGB 231 62 171 -
CMYK 0 0.73 0.26 0.09
HSL 321.3º 0.78% 0.57% -
HSV(B) 321.3º 0.73% 0.91% -
XYZ 42.03 23.37 40.82 -
YUV 124.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 231 62 171 0 0.73 0.26 0.09 321.3 0.78 0.57
Hex E7 3E AB 0 49 1A 9 141 4E 39
Octal 347 76 253 0 111 32 11 501 116 71
Binary 11100111 111110 10101011 0 1001001 11010 1001 101000001 1001110 111001

Color Harmonies of #E73EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73EAB

Black with #E73EAB

Text Example


Text Example

White with #E73EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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