Html Css Color HEX #EF4BC2 Razzle Dazzle Rose

📋 copy color: '#EF4BC2'

red 239 ◦ green 75 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EF4BC2

Tints of Razzle Dazzle Rose #EF4BC2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.76%

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 47.05%
G = 14.76%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF4BC2 (or 0xEF4BC2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4B and C2. RGB value is (239,75,194). Sum of RGB (Red+Green+Blue) = 239+75+194=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4BC2 is #10B43D. Grayscale: #898989. Windows color (decimal): -1094718 or 12733423. OLE color: 12733423.

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

Color convert

RGB 239 75 194 -
CMYK 0 0.69 0.19 0.06
HSL 316.46º 0.84% 0.62% -
HSV(B) 316.46º 0.69% 0.94% -
XYZ 47.85 27.28 53.78 -
YUV 137.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 239 75 194 0 0.69 0.19 0.06 316.46 0.84 0.62
Hex EF 4B C2 0 45 13 6 13C 54 3E
Octal 357 113 302 0 105 23 6 474 124 76
Binary 11101111 1001011 11000010 0 1000101 10011 110 100111100 1010100 111110

Color Harmonies of #EF4BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4BC2

Black with #EF4BC2

Text Example


Text Example

White with #EF4BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4BC2; }

 p { color: rgb(239,75,194); }

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

background-color css

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

 a { background-color: rgb(239,75,194); }

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

border-color css

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

 span { border-color: rgb(239,75,194); }

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