Html Css Color HEX #EF28ED Razzle Dazzle Rose

📋 copy color: '#EF28ED'

red 239 ◦ green 40 ◦ blue 237

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

Shades of Razzle Dazzle Rose #EF28ED

Tints of Razzle Dazzle Rose #EF28ED

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.75%

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 46.32%
G = 7.75%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF28ED (or 0xEF28ED) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and ED. RGB value is (239,40,237). Sum of RGB (Red+Green+Blue) = 239+40+237=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 40 (16.02% from 255 or 7.75% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF28ED is #10D712. Grayscale: #797979. Windows color (decimal): -1103635 or 15542511. OLE color: 15542511.

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

Color convert

RGB 239 40 237 -
CMYK 0 0.83 0.01 0.06
HSL 300.6º 0.86% 0.55% -
HSV(B) 300.6º 0.83% 0.94% -
XYZ 51.64 25.98 82.41 -
YUV 121.96 192.93 211.48 -
System Red Green Blue C M Y K H S L
Decimal 239 40 237 0 0.83 0.01 0.06 300.6 0.86 0.55
Hex EF 28 ED 0 53 1 6 12D 56 37
Octal 357 50 355 0 123 1 6 455 126 67
Binary 11101111 101000 11101101 0 1010011 1 110 100101101 1010110 110111

Color Harmonies of #EF28ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF28ED

Black with #EF28ED

Text Example


Text Example

White with #EF28ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF28ED; }

 p { color: rgb(239,40,237); }

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

background-color css

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

 a { background-color: rgb(239,40,237); }

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

border-color css

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

 span { border-color: rgb(239,40,237); }

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