Html Css Color HEX #EF2DBE Razzle Dazzle Rose

📋 copy color: '#EF2DBE'

red 239 ◦ green 45 ◦ blue 190

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

Shades of Razzle Dazzle Rose #EF2DBE

Tints of Razzle Dazzle Rose #EF2DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 50.42%
G = 9.49%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF2DBE (or 0xEF2DBE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2D and BE. RGB value is (239,45,190). Sum of RGB (Red+Green+Blue) = 239+45+190=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DBE is #10D241. Grayscale: #777777. Windows color (decimal): -1102402 or 12463599. OLE color: 12463599.

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

Color convert

RGB 239 45 190 -
CMYK 0 0.81 0.21 0.06
HSL 315.15º 0.86% 0.56% -
HSV(B) 315.15º 0.81% 0.94% -
XYZ 45.83 23.95 50.92 -
YUV 119.54 167.77 213.21 -
System Red Green Blue C M Y K H S L
Decimal 239 45 190 0 0.81 0.21 0.06 315.15 0.86 0.56
Hex EF 2D BE 0 51 15 6 13B 56 38
Octal 357 55 276 0 121 25 6 473 126 70
Binary 11101111 101101 10111110 0 1010001 10101 110 100111011 1010110 111000

Color Harmonies of #EF2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2DBE

Black with #EF2DBE

Text Example


Text Example

White with #EF2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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