Html Css Color HEX #EB5D9D Brilliant Rose

📋 copy color: '#EB5D9D'

red 235 ◦ green 93 ◦ blue 157

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

Shades of Brilliant Rose #EB5D9D

Tints of Brilliant Rose #EB5D9D

RGB

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

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

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

R = 48.45%
G = 19.18%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB5D9D (or 0xEB5D9D) is known color: Brilliant Rose. HEX triplet: EB, 5D and 9D. RGB value is (235,93,157). Sum of RGB (Red+Green+Blue) = 235+93+157=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D9D is #14A262. Grayscale: #8E8E8E. Windows color (decimal): -1352291 or 10313195. OLE color: 10313195.

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

Color convert

RGB 235 93 157 -
CMYK 0 0.60 0.33 0.08
HSL 332.96º 0.78% 0.64% -
HSV(B) 332.96º 0.6% 0.92% -
XYZ 44.26 27.93 34.96 -
YUV 142.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 235 93 157 0 0.60 0.33 0.08 332.96 0.78 0.64
Hex EB 5D 9D 0 3C 21 8 14D 4E 40
Octal 353 135 235 0 74 41 10 515 116 100
Binary 11101011 1011101 10011101 0 111100 100001 1000 101001101 1001110 1000000

Color Harmonies of #EB5D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D9D

Black with #EB5D9D

Text Example


Text Example

White with #EB5D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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