Html Css Color HEX #EA34AB Persian Rose

📋 copy color: '#EA34AB'

red 234 ◦ green 52 ◦ blue 171

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

Shades of Persian Rose #EA34AB

Tints of Persian Rose #EA34AB

RGB

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

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

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

R = 51.2%
G = 11.38%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA34AB (or 0xEA34AB) is known color: Persian Rose. HEX triplet: EA, 34 and AB. RGB value is (234,52,171). Sum of RGB (Red+Green+Blue) = 234+52+171=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA34AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA34AB is #15CB54. Grayscale: #777777. Windows color (decimal): -1428309 or 11220202. OLE color: 11220202.

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

Color convert

RGB 234 52 171 -
CMYK 0 0.78 0.27 0.08
HSL 320.77º 0.81% 0.56% -
HSV(B) 320.77º 0.78% 0.92% -
XYZ 42.51 22.89 40.71 -
YUV 119.98 156.8 209.32 -
System Red Green Blue C M Y K H S L
Decimal 234 52 171 0 0.78 0.27 0.08 320.77 0.81 0.56
Hex EA 34 AB 0 4E 1B 8 141 51 38
Octal 352 64 253 0 116 33 10 501 121 70
Binary 11101010 110100 10101011 0 1001110 11011 1000 101000001 1010001 111000

Color Harmonies of #EA34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA34AB

Black with #EA34AB

Text Example


Text Example

White with #EA34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA34AB; }

 p { color: rgb(234,52,171); }

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

background-color css

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

 a { background-color: rgb(234,52,171); }

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

border-color css

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

 span { border-color: rgb(234,52,171); }

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