Html Css Color HEX #EA5C9A Brilliant Rose

📋 copy color: '#EA5C9A'

red 234 ◦ green 92 ◦ blue 154

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

Shades of Brilliant Rose #EA5C9A

Tints of Brilliant Rose #EA5C9A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 154 (60.55% from 255) = 32.08%

R = 48.75%
G = 19.17%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA5C9A (or 0xEA5C9A) is known color: Brilliant Rose. HEX triplet: EA, 5C and 9A. RGB value is (234,92,154). Sum of RGB (Red+Green+Blue) = 234+92+154=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5C9A is #15A365. Grayscale: #8D8D8D. Windows color (decimal): -1418086 or 10116330. OLE color: 10116330.

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

Color convert

RGB 234 92 154 -
CMYK 0 0.61 0.34 0.08
HSL 333.8º 0.77% 0.64% -
HSV(B) 333.8º 0.61% 0.92% -
XYZ 43.59 27.48 33.58 -
YUV 141.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 234 92 154 0 0.61 0.34 0.08 333.8 0.77 0.64
Hex EA 5C 9A 0 3D 22 8 14E 4D 40
Octal 352 134 232 0 75 42 10 516 115 100
Binary 11101010 1011100 10011010 0 111101 100010 1000 101001110 1001101 1000000

Color Harmonies of #EA5C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C9A

Black with #EA5C9A

Text Example


Text Example

White with #EA5C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C9A; }

 p { color: rgb(234,92,154); }

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

background-color css

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

 a { background-color: rgb(234,92,154); }

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

border-color css

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

 span { border-color: rgb(234,92,154); }

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