Html Css Color HEX #EA529C Brilliant Rose

📋 copy color: '#EA529C'

red 234 ◦ green 82 ◦ blue 156

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

Shades of Brilliant Rose #EA529C

Tints of Brilliant Rose #EA529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 49.58%
G = 17.37%
B = 33.05%

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

#EA529C (or 0xEA529C) is known color: Brilliant Rose. HEX triplet: EA, 52 and 9C. RGB value is (234,82,156). Sum of RGB (Red+Green+Blue) = 234+82+156=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA529C is #15AD63. Grayscale: #878787. Windows color (decimal): -1420644 or 10244842. OLE color: 10244842.

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

Color convert

RGB 234 82 156 -
CMYK 0 0.65 0.33 0.08
HSL 330.79º 0.78% 0.62% -
HSV(B) 330.79º 0.65% 0.92% -
XYZ 42.95 25.93 34.19 -
YUV 135.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 234 82 156 0 0.65 0.33 0.08 330.79 0.78 0.62
Hex EA 52 9C 0 41 21 8 14B 4E 3E
Octal 352 122 234 0 101 41 10 513 116 76
Binary 11101010 1010010 10011100 0 1000001 100001 1000 101001011 1001110 111110

Color Harmonies of #EA529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA529C

Black with #EA529C

Text Example


Text Example

White with #EA529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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