Html Css Color HEX #EF36D5 Razzle Dazzle Rose

📋 copy color: '#EF36D5'

red 239 ◦ green 54 ◦ blue 213

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

Shades of Razzle Dazzle Rose #EF36D5

Tints of Razzle Dazzle Rose #EF36D5

RGB

 RED value IS 239 (93.75% from 255) = 47.23%

 GREEN value IS 54 (21.48% from 255) = 10.67%

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 47.23%
G = 10.67%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF36D5 (or 0xEF36D5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 36 and D5. RGB value is (239,54,213). Sum of RGB (Red+Green+Blue) = 239+54+213=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 54 (21.48% from 255 or 10.67% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF36D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF36D5 is #10C92A. Grayscale: #7E7E7E. Windows color (decimal): -1100075 or 13973231. OLE color: 13973231.

HSL color Cylindrical-coordinate representation of color #EF36D5: hue angle of 308.43º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF36D5 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 54 213 -
CMYK 0 0.77 0.11 0.06
HSL 308.43º 0.85% 0.57% -
HSV(B) 308.43º 0.77% 0.94% -
XYZ 48.93 25.79 65.35 -
YUV 127.44 176.29 207.57 -
System Red Green Blue C M Y K H S L
Decimal 239 54 213 0 0.77 0.11 0.06 308.43 0.85 0.57
Hex EF 36 D5 0 4D B 6 134 55 39
Octal 357 66 325 0 115 13 6 464 125 71
Binary 11101111 110110 11010101 0 1001101 1011 110 100110100 1010101 111001

Color Harmonies of #EF36D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF36D5

Black with #EF36D5

Text Example


Text Example

White with #EF36D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF36D5; }

 p { color: rgb(239,54,213); }

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

background-color css

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

 a { background-color: rgb(239,54,213); }

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

border-color css

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

 span { border-color: rgb(239,54,213); }

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