Html Css Color HEX #E026A8 Persian Rose

📋 copy color: '#E026A8'

red 224 ◦ green 38 ◦ blue 168

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

Shades of Persian Rose #E026A8

Tints of Persian Rose #E026A8

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.84%

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 52.09%
G = 8.84%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E026A8 (or 0xE026A8) is known color: Persian Rose. HEX triplet: E0, 26 and A8. RGB value is (224,38,168). Sum of RGB (Red+Green+Blue) = 224+38+168=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E026A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E026A8 is #1FD957. Grayscale: #6C6C6C. Windows color (decimal): -2087256 or 11020000. OLE color: 11020000.

HSL color Cylindrical-coordinate representation of color #E026A8: hue angle of 318.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E026A8 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 38 168 -
CMYK 0 0.83 0.25 0.12
HSL 318.06º 0.75% 0.51% -
HSV(B) 318.06º 0.83% 0.88% -
XYZ 38.5 20.06 38.89 -
YUV 108.43 161.62 210.43 -
System Red Green Blue C M Y K H S L
Decimal 224 38 168 0 0.83 0.25 0.12 318.06 0.75 0.51
Hex E0 26 A8 0 53 19 C 13E 4B 33
Octal 340 46 250 0 123 31 14 476 113 63
Binary 11100000 100110 10101000 0 1010011 11001 1100 100111110 1001011 110011

Color Harmonies of #E026A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026A8

Black with #E026A8

Text Example


Text Example

White with #E026A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026A8; }

 p { color: rgb(224,38,168); }

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

background-color css

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

 a { background-color: rgb(224,38,168); }

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

border-color css

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

 span { border-color: rgb(224,38,168); }

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