Html Css Color HEX #EF3BCB Razzle Dazzle Rose

📋 copy color: '#EF3BCB'

red 239 ◦ green 59 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EF3BCB

Tints of Razzle Dazzle Rose #EF3BCB

RGB

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

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

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

R = 47.7%
G = 11.78%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF3BCB (or 0xEF3BCB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and CB. RGB value is (239,59,203). Sum of RGB (Red+Green+Blue) = 239+59+203=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BCB is #10C434. Grayscale: #808080. Windows color (decimal): -1098805 or 13319151. OLE color: 13319151.

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

Color convert

RGB 239 59 203 -
CMYK 0 0.75 0.15 0.06
HSL 312º 0.85% 0.58% -
HSV(B) 312º 0.75% 0.94% -
XYZ 47.94 25.79 58.95 -
YUV 129.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 239 59 203 0 0.75 0.15 0.06 312 0.85 0.58
Hex EF 3B CB 0 4B F 6 138 55 3A
Octal 357 73 313 0 113 17 6 470 125 72
Binary 11101111 111011 11001011 0 1001011 1111 110 100111000 1010101 111010

Color Harmonies of #EF3BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3BCB

Black with #EF3BCB

Text Example


Text Example

White with #EF3BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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