Html Css Color HEX #EB4D9D Brilliant Rose

📋 copy color: '#EB4D9D'

red 235 ◦ green 77 ◦ blue 157

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

Shades of Brilliant Rose #EB4D9D

Tints of Brilliant Rose #EB4D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

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

R = 50.11%
G = 16.42%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB4D9D (or 0xEB4D9D) is known color: Brilliant Rose. HEX triplet: EB, 4D and 9D. RGB value is (235,77,157). Sum of RGB (Red+Green+Blue) = 235+77+157=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4D9D is #14B262. Grayscale: #858585. Windows color (decimal): -1356387 or 10309099. OLE color: 10309099.

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

Color convert

RGB 235 77 157 -
CMYK 0 0.67 0.33 0.08
HSL 329.62º 0.8% 0.61% -
HSV(B) 329.62º 0.67% 0.92% -
XYZ 43 25.4 34.54 -
YUV 133.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 235 77 157 0 0.67 0.33 0.08 329.62 0.8 0.61
Hex EB 4D 9D 0 43 21 8 14A 50 3D
Octal 353 115 235 0 103 41 10 512 120 75
Binary 11101011 1001101 10011101 0 1000011 100001 1000 101001010 1010000 111101

Color Harmonies of #EB4D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D9D

Black with #EB4D9D

Text Example


Text Example

White with #EB4D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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