Html Css Color HEX #EA46AC Brilliant Rose

📋 copy color: '#EA46AC'

red 234 ◦ green 70 ◦ blue 172

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

Shades of Brilliant Rose #EA46AC

Tints of Brilliant Rose #EA46AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 49.16%
G = 14.71%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA46AC (or 0xEA46AC) is known color: Brilliant Rose. HEX triplet: EA, 46 and AC. RGB value is (234,70,172). Sum of RGB (Red+Green+Blue) = 234+70+172=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46AC is #15B953. Grayscale: #828282. Windows color (decimal): -1423700 or 11290346. OLE color: 11290346.

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

Color convert

RGB 234 70 172 -
CMYK 0 0.70 0.26 0.08
HSL 322.68º 0.8% 0.6% -
HSV(B) 322.68º 0.7% 0.92% -
XYZ 43.57 24.85 41.53 -
YUV 130.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 234 70 172 0 0.70 0.26 0.08 322.68 0.8 0.6
Hex EA 46 AC 0 46 1A 8 143 50 3C
Octal 352 106 254 0 106 32 10 503 120 74
Binary 11101010 1000110 10101100 0 1000110 11010 1000 101000011 1010000 111100

Color Harmonies of #EA46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA46AC

Black with #EA46AC

Text Example


Text Example

White with #EA46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA46AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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