Html Css Color HEX #EA4BA1 Brilliant Rose

📋 copy color: '#EA4BA1'

red 234 ◦ green 75 ◦ blue 161

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

Shades of Brilliant Rose #EA4BA1

Tints of Brilliant Rose #EA4BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

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

R = 49.79%
G = 15.96%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA4BA1 (or 0xEA4BA1) is known color: Brilliant Rose. HEX triplet: EA, 4B and A1. RGB value is (234,75,161). Sum of RGB (Red+Green+Blue) = 234+75+161=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BA1 is #15B45E. Grayscale: #848484. Windows color (decimal): -1422431 or 10570730. OLE color: 10570730.

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

Color convert

RGB 234 75 161 -
CMYK 0 0.68 0.31 0.08
HSL 327.55º 0.79% 0.61% -
HSV(B) 327.55º 0.68% 0.92% -
XYZ 42.88 25.1 36.3 -
YUV 132.35 144.18 200.51 -
System Red Green Blue C M Y K H S L
Decimal 234 75 161 0 0.68 0.31 0.08 327.55 0.79 0.61
Hex EA 4B A1 0 44 1F 8 148 4F 3D
Octal 352 113 241 0 104 37 10 510 117 75
Binary 11101010 1001011 10100001 0 1000100 11111 1000 101001000 1001111 111101

Color Harmonies of #EA4BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4BA1

Black with #EA4BA1

Text Example


Text Example

White with #EA4BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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