Html Css Color HEX #EF3BCE Razzle Dazzle Rose

📋 copy color: '#EF3BCE'

red 239 ◦ green 59 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EF3BCE

Tints of Razzle Dazzle Rose #EF3BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.71%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 47.42%
G = 11.71%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF3BCE (or 0xEF3BCE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and CE. RGB value is (239,59,206). Sum of RGB (Red+Green+Blue) = 239+59+206=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BCE is #10C431. Grayscale: #818181. Windows color (decimal): -1098802 or 13515759. OLE color: 13515759.

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

Color convert

RGB 239 59 206 -
CMYK 0 0.75 0.14 0.06
HSL 311º 0.85% 0.58% -
HSV(B) 311º 0.75% 0.94% -
XYZ 48.3 25.93 60.85 -
YUV 129.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 239 59 206 0 0.75 0.14 0.06 311 0.85 0.58
Hex EF 3B CE 0 4B E 6 137 55 3A
Octal 357 73 316 0 113 16 6 467 125 72
Binary 11101111 111011 11001110 0 1001011 1110 110 100110111 1010101 111010

Color Harmonies of #EF3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3BCE

Black with #EF3BCE

Text Example


Text Example

White with #EF3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3BCE; }

 p { color: rgb(239,59,206); }

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

background-color css

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

 a { background-color: rgb(239,59,206); }

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

border-color css

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

 span { border-color: rgb(239,59,206); }

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