Html Css Color HEX #EA47A8 Brilliant Rose

📋 copy color: '#EA47A8'

red 234 ◦ green 71 ◦ blue 168

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

Shades of Brilliant Rose #EA47A8

Tints of Brilliant Rose #EA47A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.52%

R = 49.47%
G = 15.01%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA47A8 (or 0xEA47A8) is known color: Brilliant Rose. HEX triplet: EA, 47 and A8. RGB value is (234,71,168). Sum of RGB (Red+Green+Blue) = 234+71+168=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA47A8 is #15B857. Grayscale: #828282. Windows color (decimal): -1423448 or 11028458. OLE color: 11028458.

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

Color convert

RGB 234 71 168 -
CMYK 0 0.70 0.28 0.08
HSL 324.29º 0.8% 0.6% -
HSV(B) 324.29º 0.7% 0.92% -
XYZ 43.25 24.83 39.56 -
YUV 130.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 234 71 168 0 0.70 0.28 0.08 324.29 0.8 0.6
Hex EA 47 A8 0 46 1C 8 144 50 3C
Octal 352 107 250 0 106 34 10 504 120 74
Binary 11101010 1000111 10101000 0 1000110 11100 1000 101000100 1010000 111100

Color Harmonies of #EA47A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA47A8

Black with #EA47A8

Text Example


Text Example

White with #EA47A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA47A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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