Html Css Color HEX #EF43BA Razzle Dazzle Rose

📋 copy color: '#EF43BA'

red 239 ◦ green 67 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF43BA

Tints of Razzle Dazzle Rose #EF43BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.62%

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

R = 48.58%
G = 13.62%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF43BA (or 0xEF43BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 43 and BA. RGB value is (239,67,186). Sum of RGB (Red+Green+Blue) = 239+67+186=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF43BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF43BA is #10BC45. Grayscale: #838383. Windows color (decimal): -1096774 or 12207087. OLE color: 12207087.

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

Color convert

RGB 239 67 186 -
CMYK 0 0.72 0.22 0.06
HSL 318.49º 0.84% 0.6% -
HSV(B) 318.49º 0.72% 0.94% -
XYZ 46.47 25.91 49.01 -
YUV 131.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 239 67 186 0 0.72 0.22 0.06 318.49 0.84 0.6
Hex EF 43 BA 0 48 16 6 13E 54 3C
Octal 357 103 272 0 110 26 6 476 124 74
Binary 11101111 1000011 10111010 0 1001000 10110 110 100111110 1010100 111100

Color Harmonies of #EF43BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF43BA

Black with #EF43BA

Text Example


Text Example

White with #EF43BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF43BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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