Html Css Color HEX #EC4DBB Razzle Dazzle Rose

📋 copy color: '#EC4DBB'

red 236 ◦ green 77 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EC4DBB

Tints of Razzle Dazzle Rose #EC4DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 47.2%
G = 15.4%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC4DBB (or 0xEC4DBB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4D and BB. RGB value is (236,77,187). Sum of RGB (Red+Green+Blue) = 236+77+187=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DBB is #13B244. Grayscale: #888888. Windows color (decimal): -1290821 or 12275180. OLE color: 12275180.

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

Color convert

RGB 236 77 187 -
CMYK 0 0.67 0.21 0.07
HSL 318.49º 0.81% 0.61% -
HSV(B) 318.49º 0.67% 0.93% -
XYZ 46.22 26.73 49.74 -
YUV 137.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 236 77 187 0 0.67 0.21 0.07 318.49 0.81 0.61
Hex EC 4D BB 0 43 15 7 13E 51 3D
Octal 354 115 273 0 103 25 7 476 121 75
Binary 11101100 1001101 10111011 0 1000011 10101 111 100111110 1010001 111101

Color Harmonies of #EC4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DBB

Black with #EC4DBB

Text Example


Text Example

White with #EC4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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