Html Css Color HEX #ED25DA Razzle Dazzle Rose

📋 copy color: '#ED25DA'

red 237 ◦ green 37 ◦ blue 218

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

Shades of Razzle Dazzle Rose #ED25DA

Tints of Razzle Dazzle Rose #ED25DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 48.17%
G = 7.52%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED25DA (or 0xED25DA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 25 and DA. RGB value is (237,37,218). Sum of RGB (Red+Green+Blue) = 237+37+218=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED25DA is #12DA25. Grayscale: #747474. Windows color (decimal): -1235494 or 14296557. OLE color: 14296557.

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

Color convert

RGB 237 37 218 -
CMYK 0 0.84 0.08 0.07
HSL 305.7º 0.85% 0.54% -
HSV(B) 305.7º 0.84% 0.93% -
XYZ 48.24 24.39 68.49 -
YUV 117.43 184.76 213.28 -
System Red Green Blue C M Y K H S L
Decimal 237 37 218 0 0.84 0.08 0.07 305.7 0.85 0.54
Hex ED 25 DA 0 54 8 7 132 55 36
Octal 355 45 332 0 124 10 7 462 125 66
Binary 11101101 100101 11011010 0 1010100 1000 111 100110010 1010101 110110

Color Harmonies of #ED25DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25DA

Black with #ED25DA

Text Example


Text Example

White with #ED25DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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