Html Css Color HEX #EA63A1 Brilliant Rose

📋 copy color: '#EA63A1'

red 234 ◦ green 99 ◦ blue 161

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

Shades of Brilliant Rose #EA63A1

Tints of Brilliant Rose #EA63A1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.04%

 BLUE value IS 161 (63.28% from 255) = 32.59%

R = 47.37%
G = 20.04%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA63A1 (or 0xEA63A1) is known color: Brilliant Rose. HEX triplet: EA, 63 and A1. RGB value is (234,99,161). Sum of RGB (Red+Green+Blue) = 234+99+161=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA63A1 is #159C5E. Grayscale: #929292. Windows color (decimal): -1416287 or 10576874. OLE color: 10576874.

HSL color Cylindrical-coordinate representation of color #EA63A1: hue angle of 332.44º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA63A1 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 161 -
CMYK 0 0.58 0.31 0.08
HSL 332.44º 0.76% 0.65% -
HSV(B) 332.44º 0.58% 0.92% -
XYZ 44.83 28.99 36.95 -
YUV 146.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 234 99 161 0 0.58 0.31 0.08 332.44 0.76 0.65
Hex EA 63 A1 0 3A 1F 8 14C 4C 41
Octal 352 143 241 0 72 37 10 514 114 101
Binary 11101010 1100011 10100001 0 111010 11111 1000 101001100 1001100 1000001

Color Harmonies of #EA63A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63A1

Black with #EA63A1

Text Example


Text Example

White with #EA63A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63A1; }

 p { color: rgb(234,99,161); }

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

background-color css

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

 a { background-color: rgb(234,99,161); }

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

border-color css

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

 span { border-color: rgb(234,99,161); }

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