Html Css Color HEX #EA48A6 Brilliant Rose

📋 copy color: '#EA48A6'

red 234 ◦ green 72 ◦ blue 166

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

Shades of Brilliant Rose #EA48A6

Tints of Brilliant Rose #EA48A6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.25%

 BLUE value IS 166 (65.23% from 255) = 35.17%

R = 49.58%
G = 15.25%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA48A6 (or 0xEA48A6) is known color: Brilliant Rose. HEX triplet: EA, 48 and A6. RGB value is (234,72,166). Sum of RGB (Red+Green+Blue) = 234+72+166=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA48A6 is #15B759. Grayscale: #828282. Windows color (decimal): -1423194 or 10897642. OLE color: 10897642.

HSL color Cylindrical-coordinate representation of color #EA48A6: hue angle of 325.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA48A6 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 72 166 -
CMYK 0 0.69 0.29 0.08
HSL 325.19º 0.79% 0.6% -
HSV(B) 325.19º 0.69% 0.92% -
XYZ 43.13 24.88 38.61 -
YUV 131.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 234 72 166 0 0.69 0.29 0.08 325.19 0.79 0.6
Hex EA 48 A6 0 45 1D 8 145 4F 3C
Octal 352 110 246 0 105 35 10 505 117 74
Binary 11101010 1001000 10100110 0 1000101 11101 1000 101000101 1001111 111100

Color Harmonies of #EA48A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA48A6

Black with #EA48A6

Text Example


Text Example

White with #EA48A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA48A6; }

 p { color: rgb(234,72,166); }

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

background-color css

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

 a { background-color: rgb(234,72,166); }

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

border-color css

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

 span { border-color: rgb(234,72,166); }

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