Html Css Color HEX #EC4DB4 Brilliant Rose

📋 copy color: '#EC4DB4'

red 236 ◦ green 77 ◦ blue 180

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

Shades of Brilliant Rose #EC4DB4

Tints of Brilliant Rose #EC4DB4

RGB

 RED value IS 236 (92.58% from 255) = 47.87%

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

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

R = 47.87%
G = 15.62%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC4DB4 (or 0xEC4DB4) is known color: Brilliant Rose. HEX triplet: EC, 4D and B4. RGB value is (236,77,180). Sum of RGB (Red+Green+Blue) = 236+77+180=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DB4 is #13B24B. Grayscale: #888888. Windows color (decimal): -1290828 or 11816428. OLE color: 11816428.

HSL color Cylindrical-coordinate representation of color #EC4DB4: hue angle of 321.13º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DB4 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 77 180 -
CMYK 0 0.67 0.24 0.07
HSL 321.13º 0.81% 0.61% -
HSV(B) 321.13º 0.67% 0.93% -
XYZ 45.48 26.44 45.89 -
YUV 136.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 236 77 180 0 0.67 0.24 0.07 321.13 0.81 0.61
Hex EC 4D B4 0 43 18 7 141 51 3D
Octal 354 115 264 0 103 30 7 501 121 75
Binary 11101100 1001101 10110100 0 1000011 11000 111 101000001 1010001 111101

Color Harmonies of #EC4DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DB4

Black with #EC4DB4

Text Example


Text Example

White with #EC4DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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