Html Css Color HEX #EF23CB Razzle Dazzle Rose

📋 copy color: '#EF23CB'

red 239 ◦ green 35 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EF23CB

Tints of Razzle Dazzle Rose #EF23CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.34%

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

R = 50.1%
G = 7.34%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF23CB (or 0xEF23CB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 23 and CB. RGB value is (239,35,203). Sum of RGB (Red+Green+Blue) = 239+35+203=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 35 (14.06% from 255 or 7.34% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF23CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF23CB is #10DC34. Grayscale: #727272. Windows color (decimal): -1104949 or 13313007. OLE color: 13313007.

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

Color convert

RGB 239 35 203 -
CMYK 0 0.85 0.15 0.06
HSL 310.59º 0.86% 0.54% -
HSV(B) 310.59º 0.85% 0.94% -
XYZ 46.98 23.86 58.63 -
YUV 115.15 177.59 216.34 -
System Red Green Blue C M Y K H S L
Decimal 239 35 203 0 0.85 0.15 0.06 310.59 0.86 0.54
Hex EF 23 CB 0 55 F 6 137 56 36
Octal 357 43 313 0 125 17 6 467 126 66
Binary 11101111 100011 11001011 0 1010101 1111 110 100110111 1010110 110110

Color Harmonies of #EF23CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF23CB

Black with #EF23CB

Text Example


Text Example

White with #EF23CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF23CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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