Html Css Color HEX #ED25C4 Razzle Dazzle Rose

📋 copy color: '#ED25C4'

red 237 ◦ green 37 ◦ blue 196

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

Shades of Razzle Dazzle Rose #ED25C4

Tints of Razzle Dazzle Rose #ED25C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 50.43%
G = 7.87%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED25C4 (or 0xED25C4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 25 and C4. RGB value is (237,37,196). Sum of RGB (Red+Green+Blue) = 237+37+196=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED25C4 is #12DA3B. Grayscale: #727272. Windows color (decimal): -1235516 or 12854765. OLE color: 12854765.

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

Color convert

RGB 237 37 196 -
CMYK 0 0.84 0.17 0.07
HSL 312.3º 0.85% 0.54% -
HSV(B) 312.3º 0.84% 0.93% -
XYZ 45.55 23.31 54.32 -
YUV 114.93 173.76 215.07 -
System Red Green Blue C M Y K H S L
Decimal 237 37 196 0 0.84 0.17 0.07 312.3 0.85 0.54
Hex ED 25 C4 0 54 11 7 138 55 36
Octal 355 45 304 0 124 21 7 470 125 66
Binary 11101101 100101 11000100 0 1010100 10001 111 100111000 1010101 110110

Color Harmonies of #ED25C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25C4

Black with #ED25C4

Text Example


Text Example

White with #ED25C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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