Html Css Color HEX #E73AB2 Persian Rose

📋 copy color: '#E73AB2'

red 231 ◦ green 58 ◦ blue 178

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

Shades of Persian Rose #E73AB2

Tints of Persian Rose #E73AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.42%

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 49.46%
G = 12.42%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E73AB2 (or 0xE73AB2) is known color: Persian Rose. HEX triplet: E7, 3A and B2. RGB value is (231,58,178). Sum of RGB (Red+Green+Blue) = 231+58+178=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AB2 is #18C54D. Grayscale: #7B7B7B. Windows color (decimal): -1623374 or 11680487. OLE color: 11680487.

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

Color convert

RGB 231 58 178 -
CMYK 0 0.75 0.23 0.09
HSL 318.38º 0.78% 0.57% -
HSV(B) 318.38º 0.75% 0.91% -
XYZ 42.5 23.23 44.36 -
YUV 123.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 231 58 178 0 0.75 0.23 0.09 318.38 0.78 0.57
Hex E7 3A B2 0 4B 17 9 13E 4E 39
Octal 347 72 262 0 113 27 11 476 116 71
Binary 11100111 111010 10110010 0 1001011 10111 1001 100111110 1001110 111001

Color Harmonies of #E73AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73AB2

Black with #E73AB2

Text Example


Text Example

White with #E73AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73AB2; }

 p { color: rgb(231,58,178); }

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

background-color css

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

 a { background-color: rgb(231,58,178); }

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

border-color css

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

 span { border-color: rgb(231,58,178); }

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