Html Css Color HEX #EA47AF Brilliant Rose

📋 copy color: '#EA47AF'

red 234 ◦ green 71 ◦ blue 175

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

Shades of Brilliant Rose #EA47AF

Tints of Brilliant Rose #EA47AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 48.75%
G = 14.79%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA47AF (or 0xEA47AF) is known color: Brilliant Rose. HEX triplet: EA, 47 and AF. RGB value is (234,71,175). Sum of RGB (Red+Green+Blue) = 234+71+175=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA47AF is #15B850. Grayscale: #838383. Windows color (decimal): -1423441 or 11487210. OLE color: 11487210.

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

Color convert

RGB 234 71 175 -
CMYK 0 0.70 0.25 0.08
HSL 321.72º 0.8% 0.6% -
HSV(B) 321.72º 0.7% 0.92% -
XYZ 43.92 25.09 43.09 -
YUV 131.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 234 71 175 0 0.70 0.25 0.08 321.72 0.8 0.6
Hex EA 47 AF 0 46 19 8 142 50 3C
Octal 352 107 257 0 106 31 10 502 120 74
Binary 11101010 1000111 10101111 0 1000110 11001 1000 101000010 1010000 111100

Color Harmonies of #EA47AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA47AF

Black with #EA47AF

Text Example


Text Example

White with #EA47AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA47AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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