Html Css Color HEX #E24FA4 Brilliant Rose

📋 copy color: '#E24FA4'

red 226 ◦ green 79 ◦ blue 164

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

Shades of Brilliant Rose #E24FA4

Tints of Brilliant Rose #E24FA4

RGB

 RED value IS 226 (88.67% from 255) = 48.19%

 GREEN value IS 79 (31.25% from 255) = 16.84%

 BLUE value IS 164 (64.45% from 255) = 34.97%

R = 48.19%
G = 16.84%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E24FA4 (or 0xE24FA4) is known color: Brilliant Rose. HEX triplet: E2, 4F and A4. RGB value is (226,79,164). Sum of RGB (Red+Green+Blue) = 226+79+164=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24FA4 is #1DB05B. Grayscale: #848484. Windows color (decimal): -1945692 or 10768354. OLE color: 10768354.

HSL color Cylindrical-coordinate representation of color #E24FA4: hue angle of 325.31º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24FA4 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 79 164 -
CMYK 0 0.65 0.27 0.11
HSL 325.31º 0.72% 0.6% -
HSV(B) 325.31º 0.65% 0.89% -
XYZ 40.86 24.44 37.69 -
YUV 132.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 226 79 164 0 0.65 0.27 0.11 325.31 0.72 0.6
Hex E2 4F A4 0 41 1B B 145 48 3C
Octal 342 117 244 0 101 33 13 505 110 74
Binary 11100010 1001111 10100100 0 1000001 11011 1011 101000101 1001000 111100

Color Harmonies of #E24FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24FA4

Black with #E24FA4

Text Example


Text Example

White with #E24FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24FA4; }

 p { color: rgb(226,79,164); }

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

background-color css

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

 a { background-color: rgb(226,79,164); }

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

border-color css

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

 span { border-color: rgb(226,79,164); }

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