Html Css Color HEX #EF3BDA Razzle Dazzle Rose

📋 copy color: '#EF3BDA'

red 239 ◦ green 59 ◦ blue 218

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

Shades of Razzle Dazzle Rose #EF3BDA

Tints of Razzle Dazzle Rose #EF3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.43%

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 46.32%
G = 11.43%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF3BDA (or 0xEF3BDA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and DA. RGB value is (239,59,218). Sum of RGB (Red+Green+Blue) = 239+59+218=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 59 (23.44% from 255 or 11.43% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BDA is #10C425. Grayscale: #828282. Windows color (decimal): -1098790 or 14302191. OLE color: 14302191.

HSL color Cylindrical-coordinate representation of color #EF3BDA: hue angle of 307º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3BDA is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 59 218 -
CMYK 0 0.75 0.09 0.06
HSL 307º 0.85% 0.58% -
HSV(B) 307º 0.75% 0.94% -
XYZ 49.82 26.54 68.83 -
YUV 130.95 177.13 205.07 -
System Red Green Blue C M Y K H S L
Decimal 239 59 218 0 0.75 0.09 0.06 307 0.85 0.58
Hex EF 3B DA 0 4B 9 6 133 55 3A
Octal 357 73 332 0 113 11 6 463 125 72
Binary 11101111 111011 11011010 0 1001011 1001 110 100110011 1010101 111010

Color Harmonies of #EF3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3BDA

Black with #EF3BDA

Text Example


Text Example

White with #EF3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3BDA; }

 p { color: rgb(239,59,218); }

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

background-color css

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

 a { background-color: rgb(239,59,218); }

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

border-color css

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

 span { border-color: rgb(239,59,218); }

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