Html Css Color HEX #EF3ADD Razzle Dazzle Rose

📋 copy color: '#EF3ADD'

red 239 ◦ green 58 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EF3ADD

Tints of Razzle Dazzle Rose #EF3ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.2%

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

R = 46.14%
G = 11.2%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF3ADD (or 0xEF3ADD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and DD. RGB value is (239,58,221). Sum of RGB (Red+Green+Blue) = 239+58+221=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ADD is #10C522. Grayscale: #828282. Windows color (decimal): -1099043 or 14498543. OLE color: 14498543.

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

Color convert

RGB 239 58 221 -
CMYK 0 0.76 0.08 0.06
HSL 305.97º 0.85% 0.58% -
HSV(B) 305.97º 0.76% 0.94% -
XYZ 50.16 26.6 70.9 -
YUV 130.7 178.97 205.25 -
System Red Green Blue C M Y K H S L
Decimal 239 58 221 0 0.76 0.08 0.06 305.97 0.85 0.58
Hex EF 3A DD 0 4C 8 6 132 55 3A
Octal 357 72 335 0 114 10 6 462 125 72
Binary 11101111 111010 11011101 0 1001100 1000 110 100110010 1010101 111010

Color Harmonies of #EF3ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3ADD

Black with #EF3ADD

Text Example


Text Example

White with #EF3ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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