Html Css Color HEX #EA279B Persian Rose

📋 copy color: '#EA279B'

red 234 ◦ green 39 ◦ blue 155

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

Shades of Persian Rose #EA279B

Tints of Persian Rose #EA279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.11%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 54.67%
G = 9.11%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA279B (or 0xEA279B) is known color: Persian Rose. HEX triplet: EA, 27 and 9B. RGB value is (234,39,155). Sum of RGB (Red+Green+Blue) = 234+39+155=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA279B is #15D864. Grayscale: #6E6E6E. Windows color (decimal): -1431653 or 10168298. OLE color: 10168298.

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

Color convert

RGB 234 39 155 -
CMYK 0 0.83 0.34 0.08
HSL 324.31º 0.82% 0.54% -
HSV(B) 324.31º 0.83% 0.92% -
XYZ 40.57 21.31 32.99 -
YUV 110.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 234 39 155 0 0.83 0.34 0.08 324.31 0.82 0.54
Hex EA 27 9B 0 53 22 8 144 52 36
Octal 352 47 233 0 123 42 10 504 122 66
Binary 11101010 100111 10011011 0 1010011 100010 1000 101000100 1010010 110110

Color Harmonies of #EA279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA279B

Black with #EA279B

Text Example


Text Example

White with #EA279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA279B; }

 p { color: rgb(234,39,155); }

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

background-color css

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

 a { background-color: rgb(234,39,155); }

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

border-color css

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

 span { border-color: rgb(234,39,155); }

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