Html Css Color HEX #EF40BC Razzle Dazzle Rose

📋 copy color: '#EF40BC'

red 239 ◦ green 64 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EF40BC

Tints of Razzle Dazzle Rose #EF40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.03%

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 48.68%
G = 13.03%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF40BC (or 0xEF40BC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and BC. RGB value is (239,64,188). Sum of RGB (Red+Green+Blue) = 239+64+188=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40BC is #10BF43. Grayscale: #828282. Windows color (decimal): -1097540 or 12337391. OLE color: 12337391.

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

Color convert

RGB 239 64 188 -
CMYK 0 0.73 0.21 0.06
HSL 317.49º 0.85% 0.59% -
HSV(B) 317.49º 0.73% 0.94% -
XYZ 46.51 25.65 50.08 -
YUV 130.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 239 64 188 0 0.73 0.21 0.06 317.49 0.85 0.59
Hex EF 40 BC 0 49 15 6 13D 55 3B
Octal 357 100 274 0 111 25 6 475 125 73
Binary 11101111 1000000 10111100 0 1001001 10101 110 100111101 1010101 111011

Color Harmonies of #EF40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40BC

Black with #EF40BC

Text Example


Text Example

White with #EF40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40BC; }

 p { color: rgb(239,64,188); }

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

background-color css

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

 a { background-color: rgb(239,64,188); }

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

border-color css

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

 span { border-color: rgb(239,64,188); }

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