Html Css Color HEX #EF3ACB Razzle Dazzle Rose

📋 copy color: '#EF3ACB'

red 239 ◦ green 58 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EF3ACB

Tints of Razzle Dazzle Rose #EF3ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.6%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 47.8%
G = 11.6%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF3ACB (or 0xEF3ACB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and CB. RGB value is (239,58,203). Sum of RGB (Red+Green+Blue) = 239+58+203=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ACB is #10C534. Grayscale: #808080. Windows color (decimal): -1099061 or 13318895. OLE color: 13318895.

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

Color convert

RGB 239 58 203 -
CMYK 0 0.76 0.15 0.06
HSL 311.93º 0.85% 0.58% -
HSV(B) 311.93º 0.76% 0.94% -
XYZ 47.89 25.69 58.93 -
YUV 128.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 239 58 203 0 0.76 0.15 0.06 311.93 0.85 0.58
Hex EF 3A CB 0 4C F 6 138 55 3A
Octal 357 72 313 0 114 17 6 470 125 72
Binary 11101111 111010 11001011 0 1001100 1111 110 100111000 1010101 111010

Color Harmonies of #EF3ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3ACB

Black with #EF3ACB

Text Example


Text Example

White with #EF3ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3ACB; }

 p { color: rgb(239,58,203); }

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

background-color css

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

 a { background-color: rgb(239,58,203); }

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

border-color css

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

 span { border-color: rgb(239,58,203); }

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