Html Css Color HEX #E034A6 Persian Rose

📋 copy color: '#E034A6'

red 224 ◦ green 52 ◦ blue 166

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

Shades of Persian Rose #E034A6

Tints of Persian Rose #E034A6

RGB

 RED value IS 224 (87.89% from 255) = 50.68%

 GREEN value IS 52 (20.7% from 255) = 11.76%

 BLUE value IS 166 (65.23% from 255) = 37.56%

R = 50.68%
G = 11.76%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E034A6 (or 0xE034A6) is known color: Persian Rose. HEX triplet: E0, 34 and A6. RGB value is (224,52,166). Sum of RGB (Red+Green+Blue) = 224+52+166=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E034A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034A6 is #1FCB59. Grayscale: #747474. Windows color (decimal): -2083674 or 10892512. OLE color: 10892512.

HSL color Cylindrical-coordinate representation of color #E034A6: hue angle of 320.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E034A6 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 52 166 -
CMYK 0 0.77 0.26 0.12
HSL 320.23º 0.74% 0.54% -
HSV(B) 320.23º 0.77% 0.88% -
XYZ 38.85 21.06 38.09 -
YUV 116.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 224 52 166 0 0.77 0.26 0.12 320.23 0.74 0.54
Hex E0 34 A6 0 4D 1A C 140 4A 36
Octal 340 64 246 0 115 32 14 500 112 66
Binary 11100000 110100 10100110 0 1001101 11010 1100 101000000 1001010 110110

Color Harmonies of #E034A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E034A6

Black with #E034A6

Text Example


Text Example

White with #E034A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E034A6; }

 p { color: rgb(224,52,166); }

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

background-color css

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

 a { background-color: rgb(224,52,166); }

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

border-color css

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

 span { border-color: rgb(224,52,166); }

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