Html Css Color HEX #EF4BBA Razzle Dazzle Rose

📋 copy color: '#EF4BBA'

red 239 ◦ green 75 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EF4BBA

Tints of Razzle Dazzle Rose #EF4BBA

RGB

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

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

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

R = 47.8%
G = 15%
B = 37.2%

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

#EF4BBA (or 0xEF4BBA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4B and BA. RGB value is (239,75,186). Sum of RGB (Red+Green+Blue) = 239+75+186=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4BBA is #10B445. Grayscale: #888888. Windows color (decimal): -1094726 or 12209135. OLE color: 12209135.

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

Color convert

RGB 239 75 186 -
CMYK 0 0.69 0.22 0.06
HSL 319.39º 0.84% 0.62% -
HSV(B) 319.39º 0.69% 0.94% -
XYZ 46.98 26.93 49.18 -
YUV 136.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 239 75 186 0 0.69 0.22 0.06 319.39 0.84 0.62
Hex EF 4B BA 0 45 16 6 13F 54 3E
Octal 357 113 272 0 105 26 6 477 124 76
Binary 11101111 1001011 10111010 0 1000101 10110 110 100111111 1010100 111110

Color Harmonies of #EF4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4BBA

Black with #EF4BBA

Text Example


Text Example

White with #EF4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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