Html Css Color HEX #EA2BA6 Persian Rose

📋 copy color: '#EA2BA6'

red 234 ◦ green 43 ◦ blue 166

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

Shades of Persian Rose #EA2BA6

Tints of Persian Rose #EA2BA6

RGB

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

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

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

R = 52.82%
G = 9.71%
B = 37.47%

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

#EA2BA6 (or 0xEA2BA6) is known color: Persian Rose. HEX triplet: EA, 2B and A6. RGB value is (234,43,166). Sum of RGB (Red+Green+Blue) = 234+43+166=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2BA6 is #15D459. Grayscale: #717171. Windows color (decimal): -1430618 or 10890218. OLE color: 10890218.

HSL color Cylindrical-coordinate representation of color #EA2BA6: hue angle of 321.36º 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 #EA2BA6 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 43 166 -
CMYK 0 0.82 0.29 0.08
HSL 321.36º 0.82% 0.54% -
HSV(B) 321.36º 0.82% 0.92% -
XYZ 41.68 21.97 38.12 -
YUV 114.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 234 43 166 0 0.82 0.29 0.08 321.36 0.82 0.54
Hex EA 2B A6 0 52 1D 8 141 52 36
Octal 352 53 246 0 122 35 10 501 122 66
Binary 11101010 101011 10100110 0 1010010 11101 1000 101000001 1010010 110110

Color Harmonies of #EA2BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2BA6

Black with #EA2BA6

Text Example


Text Example

White with #EA2BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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