Html Css Color HEX #ED25E9 Razzle Dazzle Rose

📋 copy color: '#ED25E9'

red 237 ◦ green 37 ◦ blue 233

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

Shades of Razzle Dazzle Rose #ED25E9

Tints of Razzle Dazzle Rose #ED25E9

RGB

 RED value IS 237 (92.97% from 255) = 46.75%

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

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 46.75%
G = 7.3%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED25E9 (or 0xED25E9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 25 and E9. RGB value is (237,37,233). Sum of RGB (Red+Green+Blue) = 237+37+233=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED25E9 is #12DA16. Grayscale: #767676. Windows color (decimal): -1235479 or 15279597. OLE color: 15279597.

HSL color Cylindrical-coordinate representation of color #ED25E9: hue angle of 301.2º degrees, saturation: 0.85, 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 #ED25E9 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 37 233 -
CMYK 0 0.84 0.02 0.07
HSL 301.2º 0.85% 0.54% -
HSV(B) 301.2º 0.84% 0.93% -
XYZ 50.29 25.21 79.31 -
YUV 119.14 192.26 212.06 -
System Red Green Blue C M Y K H S L
Decimal 237 37 233 0 0.84 0.02 0.07 301.2 0.85 0.54
Hex ED 25 E9 0 54 2 7 12D 55 36
Octal 355 45 351 0 124 2 7 455 125 66
Binary 11101101 100101 11101001 0 1010100 10 111 100101101 1010101 110110

Color Harmonies of #ED25E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25E9

Black with #ED25E9

Text Example


Text Example

White with #ED25E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25E9; }

 p { color: rgb(237,37,233); }

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

background-color css

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

 a { background-color: rgb(237,37,233); }

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

border-color css

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

 span { border-color: rgb(237,37,233); }

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