Html Css Color HEX #EC34C7 Razzle Dazzle Rose

📋 copy color: '#EC34C7'

red 236 ◦ green 52 ◦ blue 199

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

Shades of Razzle Dazzle Rose #EC34C7

Tints of Razzle Dazzle Rose #EC34C7

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.68%

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 48.46%
G = 10.68%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC34C7 (or 0xEC34C7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 34 and C7. RGB value is (236,52,199). Sum of RGB (Red+Green+Blue) = 236+52+199=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC34C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC34C7 is #13CB38. Grayscale: #7B7B7B. Windows color (decimal): -1297209 or 13055212. OLE color: 13055212.

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

Color convert

RGB 236 52 199 -
CMYK 0 0.78 0.16 0.07
HSL 312.07º 0.83% 0.56% -
HSV(B) 312.07º 0.78% 0.93% -
XYZ 46.13 24.41 56.31 -
YUV 123.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 236 52 199 0 0.78 0.16 0.07 312.07 0.83 0.56
Hex EC 34 C7 0 4E 10 7 138 53 38
Octal 354 64 307 0 116 20 7 470 123 70
Binary 11101100 110100 11000111 0 1001110 10000 111 100111000 1010011 111000

Color Harmonies of #EC34C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC34C7

Black with #EC34C7

Text Example


Text Example

White with #EC34C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC34C7; }

 p { color: rgb(236,52,199); }

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

background-color css

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

 a { background-color: rgb(236,52,199); }

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

border-color css

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

 span { border-color: rgb(236,52,199); }

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