Html Css Color HEX #EA2BA5 Persian Rose

📋 copy color: '#EA2BA5'

red 234 ◦ green 43 ◦ blue 165

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

Shades of Persian Rose #EA2BA5

Tints of Persian Rose #EA2BA5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.73%

 BLUE value IS 165 (64.84% from 255) = 37.33%

R = 52.94%
G = 9.73%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA2BA5 (or 0xEA2BA5) is known color: Persian Rose. HEX triplet: EA, 2B and A5. RGB value is (234,43,165). Sum of RGB (Red+Green+Blue) = 234+43+165=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2BA5 is #15D45A. Grayscale: #717171. Windows color (decimal): -1430619 or 10824682. OLE color: 10824682.

HSL color Cylindrical-coordinate representation of color #EA2BA5: hue angle of 321.68º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2BA5 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 43 165 -
CMYK 0 0.82 0.29 0.08
HSL 321.68º 0.82% 0.54% -
HSV(B) 321.68º 0.82% 0.92% -
XYZ 41.59 21.94 37.64 -
YUV 114.02 156.78 213.58 -
System Red Green Blue C M Y K H S L
Decimal 234 43 165 0 0.82 0.29 0.08 321.68 0.82 0.54
Hex EA 2B A5 0 52 1D 8 142 52 36
Octal 352 53 245 0 122 35 10 502 122 66
Binary 11101010 101011 10100101 0 1010010 11101 1000 101000010 1010010 110110

Color Harmonies of #EA2BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2BA5

Black with #EA2BA5

Text Example


Text Example

White with #EA2BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2BA5; }

 p { color: rgb(234,43,165); }

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

background-color css

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

 a { background-color: rgb(234,43,165); }

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

border-color css

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

 span { border-color: rgb(234,43,165); }

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