Html Css Color HEX #EF2BEF Razzle Dazzle Rose

📋 copy color: '#EF2BEF'

red 239 ◦ green 43 ◦ blue 239

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

Shades of Razzle Dazzle Rose #EF2BEF

Tints of Razzle Dazzle Rose #EF2BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.25%

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

R = 45.87%
G = 8.25%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF2BEF (or 0xEF2BEF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and EF. RGB value is (239,43,239). Sum of RGB (Red+Green+Blue) = 239+43+239=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 43 (17.19% from 255 or 8.25% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF2BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2BEF is #10D410. Grayscale: #7B7B7B. Windows color (decimal): -1102865 or 15674351. OLE color: 15674351.

HSL color Cylindrical-coordinate representation of color #EF2BEF: hue angle of 300º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2BEF is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 43 239 -
CMYK 0 0.82 0 0.06
HSL 300º 0.86% 0.55% -
HSV(B) 300º 0.82% 0.94% -
XYZ 52.04 26.31 84 -
YUV 123.95 192.93 210.06 -
System Red Green Blue C M Y K H S L
Decimal 239 43 239 0 0.82 0 0.06 300 0.86 0.55
Hex EF 2B EF 0 52 0 6 12C 56 37
Octal 357 53 357 0 122 0 6 454 126 67
Binary 11101111 101011 11101111 0 1010010 0 110 100101100 1010110 110111

Color Harmonies of #EF2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2BEF

Black with #EF2BEF

Text Example


Text Example

White with #EF2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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