Html Css Color HEX #EC38BB Razzle Dazzle Rose

📋 copy color: '#EC38BB'

red 236 ◦ green 56 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EC38BB

Tints of Razzle Dazzle Rose #EC38BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.69%

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

R = 49.27%
G = 11.69%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC38BB (or 0xEC38BB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 38 and BB. RGB value is (236,56,187). Sum of RGB (Red+Green+Blue) = 236+56+187=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38BB is #13C744. Grayscale: #7C7C7C. Windows color (decimal): -1296197 or 12269804. OLE color: 12269804.

HSL color Cylindrical-coordinate representation of color #EC38BB: hue angle of 316.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC38BB is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 56 187 -
CMYK 0 0.76 0.21 0.07
HSL 316.33º 0.83% 0.57% -
HSV(B) 316.33º 0.76% 0.93% -
XYZ 44.98 24.25 49.32 -
YUV 124.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 236 56 187 0 0.76 0.21 0.07 316.33 0.83 0.57
Hex EC 38 BB 0 4C 15 7 13C 53 39
Octal 354 70 273 0 114 25 7 474 123 71
Binary 11101100 111000 10111011 0 1001100 10101 111 100111100 1010011 111001

Color Harmonies of #EC38BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38BB

Black with #EC38BB

Text Example


Text Example

White with #EC38BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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