Html Css Color HEX #EA4BA5 Brilliant Rose

📋 copy color: '#EA4BA5'

red 234 ◦ green 75 ◦ blue 165

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

Shades of Brilliant Rose #EA4BA5

Tints of Brilliant Rose #EA4BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 49.37%
G = 15.82%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA4BA5 (or 0xEA4BA5) is known color: Brilliant Rose. HEX triplet: EA, 4B and A5. RGB value is (234,75,165). Sum of RGB (Red+Green+Blue) = 234+75+165=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BA5 is #15B45A. Grayscale: #848484. Windows color (decimal): -1422427 or 10832874. OLE color: 10832874.

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

Color convert

RGB 234 75 165 -
CMYK 0 0.68 0.29 0.08
HSL 326.04º 0.79% 0.61% -
HSV(B) 326.04º 0.68% 0.92% -
XYZ 43.24 25.24 38.19 -
YUV 132.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 234 75 165 0 0.68 0.29 0.08 326.04 0.79 0.61
Hex EA 4B A5 0 44 1D 8 146 4F 3D
Octal 352 113 245 0 104 35 10 506 117 75
Binary 11101010 1001011 10100101 0 1000100 11101 1000 101000110 1001111 111101

Color Harmonies of #EA4BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4BA5

Black with #EA4BA5

Text Example


Text Example

White with #EA4BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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