Html Css Color HEX #EB609D Brilliant Rose

📋 copy color: '#EB609D'

red 235 ◦ green 96 ◦ blue 157

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

Shades of Brilliant Rose #EB609D

Tints of Brilliant Rose #EB609D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.17%

R = 48.16%
G = 19.67%
B = 32.17%

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

#EB609D (or 0xEB609D) is known color: Brilliant Rose. HEX triplet: EB, 60 and 9D. RGB value is (235,96,157). Sum of RGB (Red+Green+Blue) = 235+96+157=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB609D is #149F62. Grayscale: #909090. Windows color (decimal): -1351523 or 10313963. OLE color: 10313963.

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

Color convert

RGB 235 96 157 -
CMYK 0 0.59 0.33 0.08
HSL 333.67º 0.78% 0.65% -
HSV(B) 333.67º 0.59% 0.92% -
XYZ 44.53 28.46 35.05 -
YUV 144.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 235 96 157 0 0.59 0.33 0.08 333.67 0.78 0.65
Hex EB 60 9D 0 3B 21 8 14E 4E 41
Octal 353 140 235 0 73 41 10 516 116 101
Binary 11101011 1100000 10011101 0 111011 100001 1000 101001110 1001110 1000001

Color Harmonies of #EB609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB609D

Black with #EB609D

Text Example


Text Example

White with #EB609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB609D; }

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

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

background-color css

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

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

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

border-color css

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

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

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