Html Css Color HEX #EA46AF Brilliant Rose

📋 copy color: '#EA46AF'

red 234 ◦ green 70 ◦ blue 175

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

Shades of Brilliant Rose #EA46AF

Tints of Brilliant Rose #EA46AF

RGB

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

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

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

R = 48.85%
G = 14.61%
B = 36.53%

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

#EA46AF (or 0xEA46AF) is known color: Brilliant Rose. HEX triplet: EA, 46 and AF. RGB value is (234,70,175). Sum of RGB (Red+Green+Blue) = 234+70+175=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46AF is #15B950. Grayscale: #828282. Windows color (decimal): -1423697 or 11486954. OLE color: 11486954.

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

Color convert

RGB 234 70 175 -
CMYK 0 0.70 0.25 0.08
HSL 321.59º 0.8% 0.6% -
HSV(B) 321.59º 0.7% 0.92% -
XYZ 43.86 24.97 43.07 -
YUV 131.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 234 70 175 0 0.70 0.25 0.08 321.59 0.8 0.6
Hex EA 46 AF 0 46 19 8 142 50 3C
Octal 352 106 257 0 106 31 10 502 120 74
Binary 11101010 1000110 10101111 0 1000110 11001 1000 101000010 1010000 111100

Color Harmonies of #EA46AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA46AF

Black with #EA46AF

Text Example


Text Example

White with #EA46AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA46AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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