Html Css Color HEX #EF2BD3 Razzle Dazzle Rose

📋 copy color: '#EF2BD3'

red 239 ◦ green 43 ◦ blue 211

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

Shades of Razzle Dazzle Rose #EF2BD3

Tints of Razzle Dazzle Rose #EF2BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 48.48%
G = 8.72%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF2BD3 (or 0xEF2BD3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and D3. RGB value is (239,43,211). Sum of RGB (Red+Green+Blue) = 239+43+211=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BD3 is #10D42C. Grayscale: #787878. Windows color (decimal): -1102893 or 13839343. OLE color: 13839343.

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

Color convert

RGB 239 43 211 -
CMYK 0 0.82 0.12 0.06
HSL 308.57º 0.86% 0.55% -
HSV(B) 308.57º 0.82% 0.94% -
XYZ 48.22 24.78 63.87 -
YUV 120.76 178.93 212.34 -
System Red Green Blue C M Y K H S L
Decimal 239 43 211 0 0.82 0.12 0.06 308.57 0.86 0.55
Hex EF 2B D3 0 52 C 6 135 56 37
Octal 357 53 323 0 122 14 6 465 126 67
Binary 11101111 101011 11010011 0 1010010 1100 110 100110101 1010110 110111

Color Harmonies of #EF2BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2BD3

Black with #EF2BD3

Text Example


Text Example

White with #EF2BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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