Html Css Color HEX #EA609C Brilliant Rose

📋 copy color: '#EA609C'

red 234 ◦ green 96 ◦ blue 156

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

Shades of Brilliant Rose #EA609C

Tints of Brilliant Rose #EA609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 48.15%
G = 19.75%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA609C (or 0xEA609C) is known color: Brilliant Rose. HEX triplet: EA, 60 and 9C. RGB value is (234,96,156). Sum of RGB (Red+Green+Blue) = 234+96+156=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA609C is #159F63. Grayscale: #909090. Windows color (decimal): -1417060 or 10248426. OLE color: 10248426.

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

Color convert

RGB 234 96 156 -
CMYK 0 0.59 0.33 0.08
HSL 333.91º 0.77% 0.65% -
HSV(B) 333.91º 0.59% 0.92% -
XYZ 44.12 28.26 34.58 -
YUV 144.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 234 96 156 0 0.59 0.33 0.08 333.91 0.77 0.65
Hex EA 60 9C 0 3B 21 8 14E 4D 41
Octal 352 140 234 0 73 41 10 516 115 101
Binary 11101010 1100000 10011100 0 111011 100001 1000 101001110 1001101 1000001

Color Harmonies of #EA609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA609C

Black with #EA609C

Text Example


Text Example

White with #EA609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA609C; }

 p { color: rgb(234,96,156); }

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

background-color css

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

 a { background-color: rgb(234,96,156); }

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

border-color css

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

 span { border-color: rgb(234,96,156); }

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