Html Css Color HEX #EA46A1 Brilliant Rose

📋 copy color: '#EA46A1'

red 234 ◦ green 70 ◦ blue 161

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

Shades of Brilliant Rose #EA46A1

Tints of Brilliant Rose #EA46A1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.05%

 BLUE value IS 161 (63.28% from 255) = 34.62%

R = 50.32%
G = 15.05%
B = 34.62%

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

#EA46A1 (or 0xEA46A1) is known color: Brilliant Rose. HEX triplet: EA, 46 and A1. RGB value is (234,70,161). Sum of RGB (Red+Green+Blue) = 234+70+161=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46A1 is #15B95E. Grayscale: #818181. Windows color (decimal): -1423711 or 10569450. OLE color: 10569450.

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

Color convert

RGB 234 70 161 -
CMYK 0 0.70 0.31 0.08
HSL 326.71º 0.8% 0.6% -
HSV(B) 326.71º 0.7% 0.92% -
XYZ 42.55 24.45 36.19 -
YUV 129.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 234 70 161 0 0.70 0.31 0.08 326.71 0.8 0.6
Hex EA 46 A1 0 46 1F 8 147 50 3C
Octal 352 106 241 0 106 37 10 507 120 74
Binary 11101010 1000110 10100001 0 1000110 11111 1000 101000111 1010000 111100

Color Harmonies of #EA46A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA46A1

Black with #EA46A1

Text Example


Text Example

White with #EA46A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA46A1; }

 p { color: rgb(234,70,161); }

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

background-color css

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

 a { background-color: rgb(234,70,161); }

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

border-color css

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

 span { border-color: rgb(234,70,161); }

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