Html Css Color HEX #EC38BC Razzle Dazzle Rose

📋 copy color: '#EC38BC'

red 236 ◦ green 56 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EC38BC

Tints of Razzle Dazzle Rose #EC38BC

RGB

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

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

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

R = 49.17%
G = 11.67%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC38BC (or 0xEC38BC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 38 and BC. RGB value is (236,56,188). Sum of RGB (Red+Green+Blue) = 236+56+188=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38BC is #13C743. Grayscale: #7C7C7C. Windows color (decimal): -1296196 or 12335340. OLE color: 12335340.

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

Color convert

RGB 236 56 188 -
CMYK 0 0.76 0.20 0.07
HSL 316º 0.83% 0.57% -
HSV(B) 316º 0.76% 0.93% -
XYZ 45.08 24.29 49.89 -
YUV 124.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 236 56 188 0 0.76 0.20 0.07 316 0.83 0.57
Hex EC 38 BC 0 4C 14 7 13C 53 39
Octal 354 70 274 0 114 24 7 474 123 71
Binary 11101100 111000 10111100 0 1001100 10100 111 100111100 1010011 111001

Color Harmonies of #EC38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38BC

Black with #EC38BC

Text Example


Text Example

White with #EC38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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