Html Css Color HEX #EF33BC Razzle Dazzle Rose

📋 copy color: '#EF33BC'

red 239 ◦ green 51 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EF33BC

Tints of Razzle Dazzle Rose #EF33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.67%

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 50%
G = 10.67%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF33BC (or 0xEF33BC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 33 and BC. RGB value is (239,51,188). Sum of RGB (Red+Green+Blue) = 239+51+188=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF33BC is #10CC43. Grayscale: #7A7A7A. Windows color (decimal): -1100868 or 12334063. OLE color: 12334063.

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

Color convert

RGB 239 51 188 -
CMYK 0 0.79 0.21 0.06
HSL 316.28º 0.85% 0.57% -
HSV(B) 316.28º 0.79% 0.94% -
XYZ 45.86 24.35 49.86 -
YUV 122.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 239 51 188 0 0.79 0.21 0.06 316.28 0.85 0.57
Hex EF 33 BC 0 4F 15 6 13C 55 39
Octal 357 63 274 0 117 25 6 474 125 71
Binary 11101111 110011 10111100 0 1001111 10101 110 100111100 1010101 111001

Color Harmonies of #EF33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF33BC

Black with #EF33BC

Text Example


Text Example

White with #EF33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF33BC; }

 p { color: rgb(239,51,188); }

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

background-color css

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

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

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

border-color css

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

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

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