Html Css Color HEX #EF37EF Razzle Dazzle Rose

📋 copy color: '#EF37EF'

red 239 ◦ green 55 ◦ blue 239

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

Shades of Razzle Dazzle Rose #EF37EF

Tints of Razzle Dazzle Rose #EF37EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 44.84%
G = 10.32%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF37EF (or 0xEF37EF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and EF. RGB value is (239,55,239). Sum of RGB (Red+Green+Blue) = 239+55+239=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 55 (21.88% from 255 or 10.32% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF37EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF37EF is #10C810. Grayscale: #828282. Windows color (decimal): -1099793 or 15677423. OLE color: 15677423.

HSL color Cylindrical-coordinate representation of color #EF37EF: hue angle of 300º 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 #EF37EF is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 55 239 -
CMYK 0 0.77 0 0.06
HSL 300º 0.85% 0.58% -
HSV(B) 300º 0.77% 0.94% -
XYZ 52.54 27.32 84.16 -
YUV 130.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 239 55 239 0 0.77 0 0.06 300 0.85 0.58
Hex EF 37 EF 0 4D 0 6 12C 55 3A
Octal 357 67 357 0 115 0 6 454 125 72
Binary 11101111 110111 11101111 0 1001101 0 110 100101100 1010101 111010

Color Harmonies of #EF37EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF37EF

Black with #EF37EF

Text Example


Text Example

White with #EF37EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF37EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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