Html Css Color HEX #EF37DA Razzle Dazzle Rose

📋 copy color: '#EF37DA'

red 239 ◦ green 55 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF37DA

Tints of Razzle Dazzle Rose #EF37DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.74%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 46.68%
G = 10.74%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF37DA (or 0xEF37DA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and DA. RGB value is (239,55,218). Sum of RGB (Red+Green+Blue) = 239+55+218=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37DA is #10C825. Grayscale: #808080. Windows color (decimal): -1099814 or 14301167. OLE color: 14301167.

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

Color convert

RGB 239 55 218 -
CMYK 0 0.77 0.09 0.06
HSL 306.85º 0.85% 0.58% -
HSV(B) 306.85º 0.77% 0.94% -
XYZ 49.62 26.15 68.76 -
YUV 128.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 239 55 218 0 0.77 0.09 0.06 306.85 0.85 0.58
Hex EF 37 DA 0 4D 9 6 133 55 3A
Octal 357 67 332 0 115 11 6 463 125 72
Binary 11101111 110111 11011010 0 1001101 1001 110 100110011 1010101 111010

Color Harmonies of #EF37DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF37DA

Black with #EF37DA

Text Example


Text Example

White with #EF37DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF37DA; }

 p { color: rgb(239,55,218); }

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

background-color css

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

 a { background-color: rgb(239,55,218); }

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

border-color css

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

 span { border-color: rgb(239,55,218); }

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