Html Css Color HEX #EA47A2 Brilliant Rose

📋 copy color: '#EA47A2'

red 234 ◦ green 71 ◦ blue 162

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

Shades of Brilliant Rose #EA47A2

Tints of Brilliant Rose #EA47A2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.2%

 BLUE value IS 162 (63.67% from 255) = 34.69%

R = 50.11%
G = 15.2%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA47A2 (or 0xEA47A2) is known color: Brilliant Rose. HEX triplet: EA, 47 and A2. RGB value is (234,71,162). Sum of RGB (Red+Green+Blue) = 234+71+162=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA47A2 is #15B85D. Grayscale: #818181. Windows color (decimal): -1423454 or 10635242. OLE color: 10635242.

HSL color Cylindrical-coordinate representation of color #EA47A2: hue angle of 326.5º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA47A2 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 71 162 -
CMYK 0 0.70 0.31 0.08
HSL 326.5º 0.8% 0.6% -
HSV(B) 326.5º 0.7% 0.92% -
XYZ 42.71 24.61 36.68 -
YUV 130.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 234 71 162 0 0.70 0.31 0.08 326.5 0.8 0.6
Hex EA 47 A2 0 46 1F 8 147 50 3C
Octal 352 107 242 0 106 37 10 507 120 74
Binary 11101010 1000111 10100010 0 1000110 11111 1000 101000111 1010000 111100

Color Harmonies of #EA47A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA47A2

Black with #EA47A2

Text Example


Text Example

White with #EA47A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA47A2; }

 p { color: rgb(234,71,162); }

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

background-color css

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

 a { background-color: rgb(234,71,162); }

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

border-color css

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

 span { border-color: rgb(234,71,162); }

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