Html Css Color HEX #EF3FCB Razzle Dazzle Rose

📋 copy color: '#EF3FCB'

red 239 ◦ green 63 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EF3FCB

Tints of Razzle Dazzle Rose #EF3FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.48%

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

R = 47.33%
G = 12.48%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF3FCB (or 0xEF3FCB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3F and CB. RGB value is (239,63,203). Sum of RGB (Red+Green+Blue) = 239+63+203=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FCB is #10C034. Grayscale: #838383. Windows color (decimal): -1097781 or 13320175. OLE color: 13320175.

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

Color convert

RGB 239 63 203 -
CMYK 0 0.74 0.15 0.06
HSL 312.27º 0.85% 0.59% -
HSV(B) 312.27º 0.74% 0.94% -
XYZ 48.15 26.22 59.02 -
YUV 131.58 168.31 204.62 -
System Red Green Blue C M Y K H S L
Decimal 239 63 203 0 0.74 0.15 0.06 312.27 0.85 0.59
Hex EF 3F CB 0 4A F 6 138 55 3B
Octal 357 77 313 0 112 17 6 470 125 73
Binary 11101111 111111 11001011 0 1001010 1111 110 100111000 1010101 111011

Color Harmonies of #EF3FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FCB

Black with #EF3FCB

Text Example


Text Example

White with #EF3FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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