Html Css Color HEX #EC38C2 Razzle Dazzle Rose

📋 copy color: '#EC38C2'

red 236 ◦ green 56 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EC38C2

Tints of Razzle Dazzle Rose #EC38C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 48.56%
G = 11.52%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC38C2 (or 0xEC38C2) is known color: Razzle Dazzle Rose. HEX triplet: EC, 38 and C2. RGB value is (236,56,194). Sum of RGB (Red+Green+Blue) = 236+56+194=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38C2 is #13C73D. Grayscale: #7D7D7D. Windows color (decimal): -1296190 or 12728556. OLE color: 12728556.

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

Color convert

RGB 236 56 194 -
CMYK 0 0.76 0.18 0.07
HSL 314º 0.83% 0.57% -
HSV(B) 314º 0.76% 0.93% -
XYZ 45.74 24.56 53.37 -
YUV 125.55 166.63 206.78 -
System Red Green Blue C M Y K H S L
Decimal 236 56 194 0 0.76 0.18 0.07 314 0.83 0.57
Hex EC 38 C2 0 4C 12 7 13A 53 39
Octal 354 70 302 0 114 22 7 472 123 71
Binary 11101100 111000 11000010 0 1001100 10010 111 100111010 1010011 111001

Color Harmonies of #EC38C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38C2

Black with #EC38C2

Text Example


Text Example

White with #EC38C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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