Html Css Color HEX #EC38CE Razzle Dazzle Rose

📋 copy color: '#EC38CE'

red 236 ◦ green 56 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EC38CE

Tints of Razzle Dazzle Rose #EC38CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 47.39%
G = 11.24%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC38CE (or 0xEC38CE) is known color: Razzle Dazzle Rose. HEX triplet: EC, 38 and CE. RGB value is (236,56,206). Sum of RGB (Red+Green+Blue) = 236+56+206=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38CE is #13C731. Grayscale: #7E7E7E. Windows color (decimal): -1296178 or 13514988. OLE color: 13514988.

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

Color convert

RGB 236 56 206 -
CMYK 0 0.76 0.13 0.07
HSL 310º 0.83% 0.57% -
HSV(B) 310º 0.76% 0.93% -
XYZ 47.15 25.12 60.76 -
YUV 126.92 172.63 205.8 -
System Red Green Blue C M Y K H S L
Decimal 236 56 206 0 0.76 0.13 0.07 310 0.83 0.57
Hex EC 38 CE 0 4C D 7 136 53 39
Octal 354 70 316 0 114 15 7 466 123 71
Binary 11101100 111000 11001110 0 1001100 1101 111 100110110 1010011 111001

Color Harmonies of #EC38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38CE

Black with #EC38CE

Text Example


Text Example

White with #EC38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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