Html Css Color HEX #E73DAB Persian Rose

📋 copy color: '#E73DAB'

red 231 ◦ green 61 ◦ blue 171

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

Shades of Persian Rose #E73DAB

Tints of Persian Rose #E73DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

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

R = 49.89%
G = 13.17%
B = 36.93%

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

#E73DAB (or 0xE73DAB) is known color: Persian Rose. HEX triplet: E7, 3D and AB. RGB value is (231,61,171). Sum of RGB (Red+Green+Blue) = 231+61+171=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DAB is #18C254. Grayscale: #7C7C7C. Windows color (decimal): -1622613 or 11222503. OLE color: 11222503.

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

Color convert

RGB 231 61 171 -
CMYK 0 0.74 0.26 0.09
HSL 321.18º 0.78% 0.57% -
HSV(B) 321.18º 0.74% 0.91% -
XYZ 41.97 23.27 40.81 -
YUV 124.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 231 61 171 0 0.74 0.26 0.09 321.18 0.78 0.57
Hex E7 3D AB 0 4A 1A 9 141 4E 39
Octal 347 75 253 0 112 32 11 501 116 71
Binary 11100111 111101 10101011 0 1001010 11010 1001 101000001 1001110 111001

Color Harmonies of #E73DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73DAB

Black with #E73DAB

Text Example


Text Example

White with #E73DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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