Html Css Color HEX #EB4DB4 Brilliant Rose

📋 copy color: '#EB4DB4'

red 235 ◦ green 77 ◦ blue 180

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

Shades of Brilliant Rose #EB4DB4

Tints of Brilliant Rose #EB4DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.59%

R = 47.76%
G = 15.65%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EB4DB4 (or 0xEB4DB4) is known color: Brilliant Rose. HEX triplet: EB, 4D and B4. RGB value is (235,77,180). Sum of RGB (Red+Green+Blue) = 235+77+180=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4DB4 is #14B24B. Grayscale: #878787. Windows color (decimal): -1356364 or 11816427. OLE color: 11816427.

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

Color convert

RGB 235 77 180 -
CMYK 0 0.67 0.23 0.08
HSL 320.89º 0.8% 0.61% -
HSV(B) 320.89º 0.67% 0.92% -
XYZ 45.15 26.27 45.87 -
YUV 135.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 235 77 180 0 0.67 0.23 0.08 320.89 0.8 0.61
Hex EB 4D B4 0 43 17 8 141 50 3D
Octal 353 115 264 0 103 27 10 501 120 75
Binary 11101011 1001101 10110100 0 1000011 10111 1000 101000001 1010000 111101

Color Harmonies of #EB4DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4DB4

Black with #EB4DB4

Text Example


Text Example

White with #EB4DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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