Html Css Color HEX #EC4CBC Razzle Dazzle Rose

📋 copy color: '#EC4CBC'

red 236 ◦ green 76 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EC4CBC

Tints of Razzle Dazzle Rose #EC4CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 47.2%
G = 15.2%
B = 37.6%

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

#EC4CBC (or 0xEC4CBC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 4C and BC. RGB value is (236,76,188). Sum of RGB (Red+Green+Blue) = 236+76+188=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CBC is #13B343. Grayscale: #888888. Windows color (decimal): -1291076 or 12340460. OLE color: 12340460.

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

Color convert

RGB 236 76 188 -
CMYK 0 0.68 0.20 0.07
HSL 318º 0.81% 0.61% -
HSV(B) 318º 0.68% 0.93% -
XYZ 46.25 26.63 50.28 -
YUV 136.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 236 76 188 0 0.68 0.20 0.07 318 0.81 0.61
Hex EC 4C BC 0 44 14 7 13E 51 3D
Octal 354 114 274 0 104 24 7 476 121 75
Binary 11101100 1001100 10111100 0 1000100 10100 111 100111110 1010001 111101

Color Harmonies of #EC4CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CBC

Black with #EC4CBC

Text Example


Text Example

White with #EC4CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CBC; }

 p { color: rgb(236,76,188); }

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

background-color css

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

 a { background-color: rgb(236,76,188); }

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

border-color css

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

 span { border-color: rgb(236,76,188); }

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