Html Css Color HEX #EF38C0 Razzle Dazzle Rose

📋 copy color: '#EF38C0'

red 239 ◦ green 56 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EF38C0

Tints of Razzle Dazzle Rose #EF38C0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.5%

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 49.08%
G = 11.5%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF38C0 (or 0xEF38C0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 38 and C0. RGB value is (239,56,192). Sum of RGB (Red+Green+Blue) = 239+56+192=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF38C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF38C0 is #10C73F. Grayscale: #7D7D7D. Windows color (decimal): -1099584 or 12597487. OLE color: 12597487.

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

Color convert

RGB 239 56 192 -
CMYK 0 0.77 0.20 0.06
HSL 315.41º 0.85% 0.58% -
HSV(B) 315.41º 0.77% 0.94% -
XYZ 46.53 24.98 52.24 -
YUV 126.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 239 56 192 0 0.77 0.20 0.06 315.41 0.85 0.58
Hex EF 38 C0 0 4D 14 6 13B 55 3A
Octal 357 70 300 0 115 24 6 473 125 72
Binary 11101111 111000 11000000 0 1001101 10100 110 100111011 1010101 111010

Color Harmonies of #EF38C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF38C0

Black with #EF38C0

Text Example


Text Example

White with #EF38C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF38C0; }

 p { color: rgb(239,56,192); }

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

background-color css

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

 a { background-color: rgb(239,56,192); }

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

border-color css

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

 span { border-color: rgb(239,56,192); }

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