Html Css Color HEX #EF3DBA Razzle Dazzle Rose

📋 copy color: '#EF3DBA'

red 239 ◦ green 61 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF3DBA

Tints of Razzle Dazzle Rose #EF3DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.55%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 49.18%
G = 12.55%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF3DBA (or 0xEF3DBA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3D and BA. RGB value is (239,61,186). Sum of RGB (Red+Green+Blue) = 239+61+186=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DBA is #10C245. Grayscale: #808080. Windows color (decimal): -1098310 or 12205551. OLE color: 12205551.

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

Color convert

RGB 239 61 186 -
CMYK 0 0.74 0.22 0.06
HSL 317.87º 0.85% 0.59% -
HSV(B) 317.87º 0.74% 0.94% -
XYZ 46.13 25.23 48.89 -
YUV 128.47 160.47 206.84 -
System Red Green Blue C M Y K H S L
Decimal 239 61 186 0 0.74 0.22 0.06 317.87 0.85 0.59
Hex EF 3D BA 0 4A 16 6 13E 55 3B
Octal 357 75 272 0 112 26 6 476 125 73
Binary 11101111 111101 10111010 0 1001010 10110 110 100111110 1010101 111011

Color Harmonies of #EF3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3DBA

Black with #EF3DBA

Text Example


Text Example

White with #EF3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3DBA; }

 p { color: rgb(239,61,186); }

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

background-color css

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

 a { background-color: rgb(239,61,186); }

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

border-color css

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

 span { border-color: rgb(239,61,186); }

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