Html Css Color HEX #EF2DBB Razzle Dazzle Rose

📋 copy color: '#EF2DBB'

red 239 ◦ green 45 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EF2DBB

Tints of Razzle Dazzle Rose #EF2DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.55%

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 50.74%
G = 9.55%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF2DBB (or 0xEF2DBB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2D and BB. RGB value is (239,45,187). Sum of RGB (Red+Green+Blue) = 239+45+187=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DBB is #10D244. Grayscale: #767676. Windows color (decimal): -1102405 or 12266991. OLE color: 12266991.

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

Color convert

RGB 239 45 187 -
CMYK 0 0.81 0.22 0.06
HSL 316.08º 0.86% 0.56% -
HSV(B) 316.08º 0.81% 0.94% -
XYZ 45.5 23.82 49.21 -
YUV 119.19 166.27 213.45 -
System Red Green Blue C M Y K H S L
Decimal 239 45 187 0 0.81 0.22 0.06 316.08 0.86 0.56
Hex EF 2D BB 0 51 16 6 13C 56 38
Octal 357 55 273 0 121 26 6 474 126 70
Binary 11101111 101101 10111011 0 1010001 10110 110 100111100 1010110 111000

Color Harmonies of #EF2DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2DBB

Black with #EF2DBB

Text Example


Text Example

White with #EF2DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2DBB; }

 p { color: rgb(239,45,187); }

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

background-color css

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

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

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

border-color css

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

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

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