Html Css Color HEX #EF4ABA Razzle Dazzle Rose

📋 copy color: '#EF4ABA'

red 239 ◦ green 74 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF4ABA

Tints of Razzle Dazzle Rose #EF4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.83%

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

R = 47.9%
G = 14.83%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF4ABA (or 0xEF4ABA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4A and BA. RGB value is (239,74,186). Sum of RGB (Red+Green+Blue) = 239+74+186=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4ABA is #10B545. Grayscale: #878787. Windows color (decimal): -1094982 or 12208879. OLE color: 12208879.

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

Color convert

RGB 239 74 186 -
CMYK 0 0.69 0.22 0.06
HSL 319.27º 0.84% 0.61% -
HSV(B) 319.27º 0.69% 0.94% -
XYZ 46.91 26.79 49.15 -
YUV 136.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 239 74 186 0 0.69 0.22 0.06 319.27 0.84 0.61
Hex EF 4A BA 0 45 16 6 13F 54 3D
Octal 357 112 272 0 105 26 6 477 124 75
Binary 11101111 1001010 10111010 0 1000101 10110 110 100111111 1010100 111101

Color Harmonies of #EF4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4ABA

Black with #EF4ABA

Text Example


Text Example

White with #EF4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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