Html Css Color HEX #EF42BA Razzle Dazzle Rose

📋 copy color: '#EF42BA'

red 239 ◦ green 66 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF42BA

Tints of Razzle Dazzle Rose #EF42BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.44%

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

R = 48.68%
G = 13.44%
B = 37.88%

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

#EF42BA (or 0xEF42BA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 42 and BA. RGB value is (239,66,186). Sum of RGB (Red+Green+Blue) = 239+66+186=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF42BA is #10BD45. Grayscale: #838383. Windows color (decimal): -1097030 or 12206831. OLE color: 12206831.

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

Color convert

RGB 239 66 186 -
CMYK 0 0.72 0.22 0.06
HSL 318.38º 0.84% 0.6% -
HSV(B) 318.38º 0.72% 0.94% -
XYZ 46.41 25.79 48.99 -
YUV 131.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 239 66 186 0 0.72 0.22 0.06 318.38 0.84 0.6
Hex EF 42 BA 0 48 16 6 13E 54 3C
Octal 357 102 272 0 110 26 6 476 124 74
Binary 11101111 1000010 10111010 0 1001000 10110 110 100111110 1010100 111100

Color Harmonies of #EF42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42BA

Black with #EF42BA

Text Example


Text Example

White with #EF42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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