Html Css Color HEX #EB5D9F Brilliant Rose

📋 copy color: '#EB5D9F'

red 235 ◦ green 93 ◦ blue 159

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

Shades of Brilliant Rose #EB5D9F

Tints of Brilliant Rose #EB5D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

 BLUE value IS 159 (62.5% from 255) = 32.65%

R = 48.25%
G = 19.1%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB5D9F (or 0xEB5D9F) is known color: Brilliant Rose. HEX triplet: EB, 5D and 9F. RGB value is (235,93,159). Sum of RGB (Red+Green+Blue) = 235+93+159=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D9F is #14A260. Grayscale: #8E8E8E. Windows color (decimal): -1352289 or 10444267. OLE color: 10444267.

HSL color Cylindrical-coordinate representation of color #EB5D9F: hue angle of 332.11º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D9F is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 159 -
CMYK 0 0.60 0.32 0.08
HSL 332.11º 0.78% 0.64% -
HSV(B) 332.11º 0.6% 0.92% -
XYZ 44.43 27.99 35.86 -
YUV 142.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 235 93 159 0 0.60 0.32 0.08 332.11 0.78 0.64
Hex EB 5D 9F 0 3C 20 8 14C 4E 40
Octal 353 135 237 0 74 40 10 514 116 100
Binary 11101011 1011101 10011111 0 111100 100000 1000 101001100 1001110 1000000

Color Harmonies of #EB5D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D9F

Black with #EB5D9F

Text Example


Text Example

White with #EB5D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D9F; }

 p { color: rgb(235,93,159); }

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

background-color css

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

 a { background-color: rgb(235,93,159); }

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

border-color css

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

 span { border-color: rgb(235,93,159); }

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