Html Css Color HEX #EC4BBD Razzle Dazzle Rose

📋 copy color: '#EC4BBD'

red 236 ◦ green 75 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EC4BBD

Tints of Razzle Dazzle Rose #EC4BBD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15%

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 47.2%
G = 15%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC4BBD (or 0xEC4BBD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4B and BD. RGB value is (236,75,189). Sum of RGB (Red+Green+Blue) = 236+75+189=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4BBD is #13B442. Grayscale: #878787. Windows color (decimal): -1291331 or 12405740. OLE color: 12405740.

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

Color convert

RGB 236 75 189 -
CMYK 0 0.68 0.20 0.07
HSL 317.52º 0.81% 0.61% -
HSV(B) 317.52º 0.68% 0.93% -
XYZ 46.29 26.54 50.83 -
YUV 136.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 236 75 189 0 0.68 0.20 0.07 317.52 0.81 0.61
Hex EC 4B BD 0 44 14 7 13E 51 3D
Octal 354 113 275 0 104 24 7 476 121 75
Binary 11101100 1001011 10111101 0 1000100 10100 111 100111110 1010001 111101

Color Harmonies of #EC4BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BBD

Black with #EC4BBD

Text Example


Text Example

White with #EC4BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BBD; }

 p { color: rgb(236,75,189); }

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

background-color css

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

 a { background-color: rgb(236,75,189); }

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

border-color css

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

 span { border-color: rgb(236,75,189); }

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