Html Css Color HEX #EA4BA0 Brilliant Rose

📋 copy color: '#EA4BA0'

red 234 ◦ green 75 ◦ blue 160

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

Shades of Brilliant Rose #EA4BA0

Tints of Brilliant Rose #EA4BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 49.89%
G = 15.99%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA4BA0 (or 0xEA4BA0) is known color: Brilliant Rose. HEX triplet: EA, 4B and A0. RGB value is (234,75,160). Sum of RGB (Red+Green+Blue) = 234+75+160=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BA0 is #15B45F. Grayscale: #848484. Windows color (decimal): -1422432 or 10505194. OLE color: 10505194.

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

Color convert

RGB 234 75 160 -
CMYK 0 0.68 0.32 0.08
HSL 327.92º 0.79% 0.61% -
HSV(B) 327.92º 0.68% 0.92% -
XYZ 42.79 25.06 35.84 -
YUV 132.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 234 75 160 0 0.68 0.32 0.08 327.92 0.79 0.61
Hex EA 4B A0 0 44 20 8 148 4F 3D
Octal 352 113 240 0 104 40 10 510 117 75
Binary 11101010 1001011 10100000 0 1000100 100000 1000 101001000 1001111 111101

Color Harmonies of #EA4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4BA0

Black with #EA4BA0

Text Example


Text Example

White with #EA4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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