Html Css Color HEX #EA529A Brilliant Rose

📋 copy color: '#EA529A'

red 234 ◦ green 82 ◦ blue 154

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

Shades of Brilliant Rose #EA529A

Tints of Brilliant Rose #EA529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.45%

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 49.79%
G = 17.45%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA529A (or 0xEA529A) is known color: Brilliant Rose. HEX triplet: EA, 52 and 9A. RGB value is (234,82,154). Sum of RGB (Red+Green+Blue) = 234+82+154=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA529A is #15AD65. Grayscale: #878787. Windows color (decimal): -1420646 or 10113770. OLE color: 10113770.

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

Color convert

RGB 234 82 154 -
CMYK 0 0.65 0.34 0.08
HSL 331.58º 0.78% 0.62% -
HSV(B) 331.58º 0.65% 0.92% -
XYZ 42.78 25.86 33.31 -
YUV 135.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 234 82 154 0 0.65 0.34 0.08 331.58 0.78 0.62
Hex EA 52 9A 0 41 22 8 14C 4E 3E
Octal 352 122 232 0 101 42 10 514 116 76
Binary 11101010 1010010 10011010 0 1000001 100010 1000 101001100 1001110 111110

Color Harmonies of #EA529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA529A

Black with #EA529A

Text Example


Text Example

White with #EA529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA529A; }

 p { color: rgb(234,82,154); }

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

background-color css

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

 a { background-color: rgb(234,82,154); }

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

border-color css

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

 span { border-color: rgb(234,82,154); }

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