Html Css Color HEX #EF3FB4 Razzle Dazzle Rose

📋 copy color: '#EF3FB4'

red 239 ◦ green 63 ◦ blue 180

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

Shades of Razzle Dazzle Rose #EF3FB4

Tints of Razzle Dazzle Rose #EF3FB4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.07%

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 49.59%
G = 13.07%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF3FB4 (or 0xEF3FB4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3F and B4. RGB value is (239,63,180). Sum of RGB (Red+Green+Blue) = 239+63+180=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FB4 is #10C04B. Grayscale: #808080. Windows color (decimal): -1097804 or 11812847. OLE color: 11812847.

HSL color Cylindrical-coordinate representation of color #EF3FB4: hue angle of 320.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3FB4 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 63 180 -
CMYK 0 0.74 0.25 0.06
HSL 320.11º 0.85% 0.59% -
HSV(B) 320.11º 0.74% 0.94% -
XYZ 45.61 25.2 45.64 -
YUV 128.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 239 63 180 0 0.74 0.25 0.06 320.11 0.85 0.59
Hex EF 3F B4 0 4A 19 6 140 55 3B
Octal 357 77 264 0 112 31 6 500 125 73
Binary 11101111 111111 10110100 0 1001010 11001 110 101000000 1010101 111011

Color Harmonies of #EF3FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FB4

Black with #EF3FB4

Text Example


Text Example

White with #EF3FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FB4; }

 p { color: rgb(239,63,180); }

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

background-color css

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

 a { background-color: rgb(239,63,180); }

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

border-color css

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

 span { border-color: rgb(239,63,180); }

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