Html Css Color HEX #EA319F Persian Rose

📋 copy color: '#EA319F'

red 234 ◦ green 49 ◦ blue 159

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

Shades of Persian Rose #EA319F

Tints of Persian Rose #EA319F

RGB

 RED value IS 234 (91.8% from 255) = 52.94%

 GREEN value IS 49 (19.53% from 255) = 11.09%

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 52.94%
G = 11.09%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA319F (or 0xEA319F) is known color: Persian Rose. HEX triplet: EA, 31 and 9F. RGB value is (234,49,159). Sum of RGB (Red+Green+Blue) = 234+49+159=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA319F is #15CE60. Grayscale: #747474. Windows color (decimal): -1429089 or 10433002. OLE color: 10433002.

HSL color Cylindrical-coordinate representation of color #EA319F: hue angle of 324.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA319F is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 159 -
CMYK 0 0.79 0.32 0.08
HSL 324.32º 0.81% 0.55% -
HSV(B) 324.32º 0.79% 0.92% -
XYZ 41.29 22.19 34.91 -
YUV 116.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 234 49 159 0 0.79 0.32 0.08 324.32 0.81 0.55
Hex EA 31 9F 0 4F 20 8 144 51 37
Octal 352 61 237 0 117 40 10 504 121 67
Binary 11101010 110001 10011111 0 1001111 100000 1000 101000100 1010001 110111

Color Harmonies of #EA319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA319F

Black with #EA319F

Text Example


Text Example

White with #EA319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA319F; }

 p { color: rgb(234,49,159); }

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

background-color css

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

 a { background-color: rgb(234,49,159); }

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

border-color css

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

 span { border-color: rgb(234,49,159); }

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