Html Css Color HEX #EA529D Brilliant Rose

📋 copy color: '#EA529D'

red 234 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #EA529D

Tints of Brilliant Rose #EA529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 49.47%
G = 17.34%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA529D (or 0xEA529D) is known color: Brilliant Rose. HEX triplet: EA, 52 and 9D. RGB value is (234,82,157). Sum of RGB (Red+Green+Blue) = 234+82+157=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA529D is #15AD62. Grayscale: #878787. Windows color (decimal): -1420643 or 10310378. OLE color: 10310378.

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

Color convert

RGB 234 82 157 -
CMYK 0 0.65 0.33 0.08
HSL 330.39º 0.78% 0.62% -
HSV(B) 330.39º 0.65% 0.92% -
XYZ 43.03 25.96 34.64 -
YUV 136 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 234 82 157 0 0.65 0.33 0.08 330.39 0.78 0.62
Hex EA 52 9D 0 41 21 8 14A 4E 3E
Octal 352 122 235 0 101 41 10 512 116 76
Binary 11101010 1010010 10011101 0 1000001 100001 1000 101001010 1001110 111110

Color Harmonies of #EA529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA529D

Black with #EA529D

Text Example


Text Example

White with #EA529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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