Html Css Color HEX #EA509B Brilliant Rose

📋 copy color: '#EA509B'

red 234 ◦ green 80 ◦ blue 155

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

Shades of Brilliant Rose #EA509B

Tints of Brilliant Rose #EA509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.06%

 BLUE value IS 155 (60.94% from 255) = 33.05%

R = 49.89%
G = 17.06%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA509B (or 0xEA509B) is known color: Brilliant Rose. HEX triplet: EA, 50 and 9B. RGB value is (234,80,155). Sum of RGB (Red+Green+Blue) = 234+80+155=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA509B is #15AF64. Grayscale: #868686. Windows color (decimal): -1421157 or 10178794. OLE color: 10178794.

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

Color convert

RGB 234 80 155 -
CMYK 0 0.66 0.34 0.08
HSL 330.78º 0.79% 0.62% -
HSV(B) 330.78º 0.66% 0.92% -
XYZ 42.72 25.6 33.7 -
YUV 134.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 234 80 155 0 0.66 0.34 0.08 330.78 0.79 0.62
Hex EA 50 9B 0 42 22 8 14B 4F 3E
Octal 352 120 233 0 102 42 10 513 117 76
Binary 11101010 1010000 10011011 0 1000010 100010 1000 101001011 1001111 111110

Color Harmonies of #EA509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA509B

Black with #EA509B

Text Example


Text Example

White with #EA509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA509B; }

 p { color: rgb(234,80,155); }

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

background-color css

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

 a { background-color: rgb(234,80,155); }

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

border-color css

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

 span { border-color: rgb(234,80,155); }

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