Html Css Color HEX #EF3BC0 Razzle Dazzle Rose

📋 copy color: '#EF3BC0'

red 239 ◦ green 59 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EF3BC0

Tints of Razzle Dazzle Rose #EF3BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 48.78%
G = 12.04%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF3BC0 (or 0xEF3BC0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and C0. RGB value is (239,59,192). Sum of RGB (Red+Green+Blue) = 239+59+192=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BC0 is #10C43F. Grayscale: #7F7F7F. Windows color (decimal): -1098816 or 12598255. OLE color: 12598255.

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

Color convert

RGB 239 59 192 -
CMYK 0 0.75 0.20 0.06
HSL 315.67º 0.85% 0.58% -
HSV(B) 315.67º 0.75% 0.94% -
XYZ 46.68 25.28 52.29 -
YUV 127.98 164.13 207.19 -
System Red Green Blue C M Y K H S L
Decimal 239 59 192 0 0.75 0.20 0.06 315.67 0.85 0.58
Hex EF 3B C0 0 4B 14 6 13C 55 3A
Octal 357 73 300 0 113 24 6 474 125 72
Binary 11101111 111011 11000000 0 1001011 10100 110 100111100 1010101 111010

Color Harmonies of #EF3BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3BC0

Black with #EF3BC0

Text Example


Text Example

White with #EF3BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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