Html Css Color HEX #EF2BBC Razzle Dazzle Rose

📋 copy color: '#EF2BBC'

red 239 ◦ green 43 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EF2BBC

Tints of Razzle Dazzle Rose #EF2BBC

RGB

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

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

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

R = 50.85%
G = 9.15%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF2BBC (or 0xEF2BBC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and BC. RGB value is (239,43,188). Sum of RGB (Red+Green+Blue) = 239+43+188=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BBC is #10D443. Grayscale: #757575. Windows color (decimal): -1102916 or 12332015. OLE color: 12332015.

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

Color convert

RGB 239 43 188 -
CMYK 0 0.82 0.21 0.06
HSL 315.61º 0.86% 0.55% -
HSV(B) 315.61º 0.82% 0.94% -
XYZ 45.54 23.71 49.75 -
YUV 118.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 239 43 188 0 0.82 0.21 0.06 315.61 0.86 0.55
Hex EF 2B BC 0 52 15 6 13C 56 37
Octal 357 53 274 0 122 25 6 474 126 67
Binary 11101111 101011 10111100 0 1010010 10101 110 100111100 1010110 110111

Color Harmonies of #EF2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2BBC

Black with #EF2BBC

Text Example


Text Example

White with #EF2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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