Html Css Color HEX #EB609C Brilliant Rose

📋 copy color: '#EB609C'

red 235 ◦ green 96 ◦ blue 156

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

Shades of Brilliant Rose #EB609C

Tints of Brilliant Rose #EB609C

RGB

 RED value IS 235 (92.19% from 255) = 48.25%

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

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

R = 48.25%
G = 19.71%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB609C (or 0xEB609C) is known color: Brilliant Rose. HEX triplet: EB, 60 and 9C. RGB value is (235,96,156). Sum of RGB (Red+Green+Blue) = 235+96+156=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB609C is #149F63. Grayscale: #909090. Windows color (decimal): -1351524 or 10248427. OLE color: 10248427.

HSL color Cylindrical-coordinate representation of color #EB609C: hue angle of 334.1º degrees, saturation: 0.78, 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 #EB609C is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 156 -
CMYK 0 0.59 0.34 0.08
HSL 334.1º 0.78% 0.65% -
HSV(B) 334.1º 0.59% 0.92% -
XYZ 44.44 28.43 34.6 -
YUV 144.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 235 96 156 0 0.59 0.34 0.08 334.1 0.78 0.65
Hex EB 60 9C 0 3B 22 8 14E 4E 41
Octal 353 140 234 0 73 42 10 516 116 101
Binary 11101011 1100000 10011100 0 111011 100010 1000 101001110 1001110 1000001

Color Harmonies of #EB609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB609C

Black with #EB609C

Text Example


Text Example

White with #EB609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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