Html Css Color HEX #EF4ABC Razzle Dazzle Rose

📋 copy color: '#EF4ABC'

red 239 ◦ green 74 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EF4ABC

Tints of Razzle Dazzle Rose #EF4ABC

RGB

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

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

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

R = 47.7%
G = 14.77%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF4ABC (or 0xEF4ABC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4A and BC. RGB value is (239,74,188). Sum of RGB (Red+Green+Blue) = 239+74+188=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4ABC is #10B543. Grayscale: #888888. Windows color (decimal): -1094980 or 12339951. OLE color: 12339951.

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

Color convert

RGB 239 74 188 -
CMYK 0 0.69 0.21 0.06
HSL 318.55º 0.84% 0.61% -
HSV(B) 318.55º 0.69% 0.94% -
XYZ 47.12 26.88 50.28 -
YUV 136.33 157.16 201.23 -
System Red Green Blue C M Y K H S L
Decimal 239 74 188 0 0.69 0.21 0.06 318.55 0.84 0.61
Hex EF 4A BC 0 45 15 6 13F 54 3D
Octal 357 112 274 0 105 25 6 477 124 75
Binary 11101111 1001010 10111100 0 1000101 10101 110 100111111 1010100 111101

Color Harmonies of #EF4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4ABC

Black with #EF4ABC

Text Example


Text Example

White with #EF4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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