Html Css Color HEX #EF3BDD Razzle Dazzle Rose

📋 copy color: '#EF3BDD'

red 239 ◦ green 59 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EF3BDD

Tints of Razzle Dazzle Rose #EF3BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 46.05%
G = 11.37%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF3BDD (or 0xEF3BDD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and DD. RGB value is (239,59,221). Sum of RGB (Red+Green+Blue) = 239+59+221=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 59 (23.44% from 255 or 11.37% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BDD is #10C422. Grayscale: #828282. Windows color (decimal): -1098787 or 14498799. OLE color: 14498799.

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

Color convert

RGB 239 59 221 -
CMYK 0 0.75 0.08 0.06
HSL 306º 0.85% 0.58% -
HSV(B) 306º 0.75% 0.94% -
XYZ 50.21 26.7 70.91 -
YUV 131.29 178.63 204.83 -
System Red Green Blue C M Y K H S L
Decimal 239 59 221 0 0.75 0.08 0.06 306 0.85 0.58
Hex EF 3B DD 0 4B 8 6 132 55 3A
Octal 357 73 335 0 113 10 6 462 125 72
Binary 11101111 111011 11011101 0 1001011 1000 110 100110010 1010101 111010

Color Harmonies of #EF3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3BDD

Black with #EF3BDD

Text Example


Text Example

White with #EF3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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