Html Css Color HEX #EF37EE Razzle Dazzle Rose

📋 copy color: '#EF37EE'

red 239 ◦ green 55 ◦ blue 238

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

Shades of Razzle Dazzle Rose #EF37EE

Tints of Razzle Dazzle Rose #EF37EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 44.92%
G = 10.34%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF37EE (or 0xEF37EE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and EE. RGB value is (239,55,238). Sum of RGB (Red+Green+Blue) = 239+55+238=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 55 (21.88% from 255 or 10.34% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF37EE is #10C811. Grayscale: #828282. Windows color (decimal): -1099794 or 15611887. OLE color: 15611887.

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

Color convert

RGB 239 55 238 -
CMYK 0 0.77 0.00 0.06
HSL 300.33º 0.85% 0.58% -
HSV(B) 300.33º 0.77% 0.94% -
XYZ 52.4 27.26 83.39 -
YUV 130.88 188.46 205.12 -
System Red Green Blue C M Y K H S L
Decimal 239 55 238 0 0.77 0.00 0.06 300.33 0.85 0.58
Hex EF 37 EE 0 4D 0 6 12C 55 3A
Octal 357 67 356 0 115 0 6 454 125 72
Binary 11101111 110111 11101110 0 1001101 0 110 100101100 1010101 111010

Color Harmonies of #EF37EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF37EE

Black with #EF37EE

Text Example


Text Example

White with #EF37EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF37EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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