Html Css Color HEX #EF2BBD Razzle Dazzle Rose

📋 copy color: '#EF2BBD'

red 239 ◦ green 43 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EF2BBD

Tints of Razzle Dazzle Rose #EF2BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 50.74%
G = 9.13%
B = 40.13%

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

#EF2BBD (or 0xEF2BBD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and BD. RGB value is (239,43,189). Sum of RGB (Red+Green+Blue) = 239+43+189=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BBD is #10D442. Grayscale: #757575. Windows color (decimal): -1102915 or 12397551. OLE color: 12397551.

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

Color convert

RGB 239 43 189 -
CMYK 0 0.82 0.21 0.06
HSL 315.31º 0.86% 0.55% -
HSV(B) 315.31º 0.82% 0.94% -
XYZ 45.65 23.75 50.32 -
YUV 118.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 239 43 189 0 0.82 0.21 0.06 315.31 0.86 0.55
Hex EF 2B BD 0 52 15 6 13B 56 37
Octal 357 53 275 0 122 25 6 473 126 67
Binary 11101111 101011 10111101 0 1010010 10101 110 100111011 1010110 110111

Color Harmonies of #EF2BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2BBD

Black with #EF2BBD

Text Example


Text Example

White with #EF2BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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