Html Css Color HEX #EC25EB Razzle Dazzle Rose

📋 copy color: '#EC25EB'

red 236 ◦ green 37 ◦ blue 235

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

Shades of Razzle Dazzle Rose #EC25EB

Tints of Razzle Dazzle Rose #EC25EB

RGB

 RED value IS 236 (92.58% from 255) = 46.46%

 GREEN value IS 37 (14.84% from 255) = 7.28%

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 46.46%
G = 7.28%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC25EB (or 0xEC25EB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 25 and EB. RGB value is (236,37,235). Sum of RGB (Red+Green+Blue) = 236+37+235=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 37 (14.84% from 255 or 7.28% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC25EB is #13DA14. Grayscale: #767676. Windows color (decimal): -1301013 or 15410668. OLE color: 15410668.

HSL color Cylindrical-coordinate representation of color #EC25EB: hue angle of 300.3º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC25EB is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 235 -
CMYK 0 0.84 0.00 0.07
HSL 300.3º 0.84% 0.54% -
HSV(B) 300.3º 0.84% 0.93% -
XYZ 50.25 25.15 80.8 -
YUV 119.07 193.43 211.4 -
System Red Green Blue C M Y K H S L
Decimal 236 37 235 0 0.84 0.00 0.07 300.3 0.84 0.54
Hex EC 25 EB 0 54 0 7 12C 54 36
Octal 354 45 353 0 124 0 7 454 124 66
Binary 11101100 100101 11101011 0 1010100 0 111 100101100 1010100 110110

Color Harmonies of #EC25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25EB

Black with #EC25EB

Text Example


Text Example

White with #EC25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25EB; }

 p { color: rgb(236,37,235); }

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

background-color css

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

 a { background-color: rgb(236,37,235); }

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

border-color css

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

 span { border-color: rgb(236,37,235); }

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