Html Css Color HEX #EF4CBC Razzle Dazzle Rose

📋 copy color: '#EF4CBC'

red 239 ◦ green 76 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EF4CBC

Tints of Razzle Dazzle Rose #EF4CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.11%

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

R = 47.51%
G = 15.11%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF4CBC (or 0xEF4CBC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4C and BC. RGB value is (239,76,188). Sum of RGB (Red+Green+Blue) = 239+76+188=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CBC is #10B343. Grayscale: #898989. Windows color (decimal): -1094468 or 12340463. OLE color: 12340463.

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

Color convert

RGB 239 76 188 -
CMYK 0 0.68 0.21 0.06
HSL 318.77º 0.84% 0.62% -
HSV(B) 318.77º 0.68% 0.94% -
XYZ 47.26 27.15 50.33 -
YUV 137.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 239 76 188 0 0.68 0.21 0.06 318.77 0.84 0.62
Hex EF 4C BC 0 44 15 6 13F 54 3E
Octal 357 114 274 0 104 25 6 477 124 76
Binary 11101111 1001100 10111100 0 1000100 10101 110 100111111 1010100 111110

Color Harmonies of #EF4CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4CBC

Black with #EF4CBC

Text Example


Text Example

White with #EF4CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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