Html Css Color HEX #EC4DB0 Brilliant Rose

📋 copy color: '#EC4DB0'

red 236 ◦ green 77 ◦ blue 176

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

Shades of Brilliant Rose #EC4DB0

Tints of Brilliant Rose #EC4DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 48.26%
G = 15.75%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC4DB0 (or 0xEC4DB0) is known color: Brilliant Rose. HEX triplet: EC, 4D and B0. RGB value is (236,77,176). Sum of RGB (Red+Green+Blue) = 236+77+176=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4DB0 is #13B24F. Grayscale: #878787. Windows color (decimal): -1290832 or 11554284. OLE color: 11554284.

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

Color convert

RGB 236 77 176 -
CMYK 0 0.67 0.25 0.07
HSL 322.64º 0.81% 0.61% -
HSV(B) 322.64º 0.67% 0.93% -
XYZ 45.08 26.28 43.77 -
YUV 135.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 236 77 176 0 0.67 0.25 0.07 322.64 0.81 0.61
Hex EC 4D B0 0 43 19 7 143 51 3D
Octal 354 115 260 0 103 31 7 503 121 75
Binary 11101100 1001101 10110000 0 1000011 11001 111 101000011 1010001 111101

Color Harmonies of #EC4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DB0

Black with #EC4DB0

Text Example


Text Example

White with #EC4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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