Html Css Color HEX #ED44C9 Razzle Dazzle Rose

📋 copy color: '#ED44C9'

red 237 ◦ green 68 ◦ blue 201

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

Shades of Razzle Dazzle Rose #ED44C9

Tints of Razzle Dazzle Rose #ED44C9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.44%

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 46.84%
G = 13.44%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED44C9 (or 0xED44C9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 44 and C9. RGB value is (237,68,201). Sum of RGB (Red+Green+Blue) = 237+68+201=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44C9 is #12BB36. Grayscale: #858585. Windows color (decimal): -1227575 or 13190381. OLE color: 13190381.

HSL color Cylindrical-coordinate representation of color #ED44C9: hue angle of 312.78º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED44C9 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 68 201 -
CMYK 0 0.71 0.15 0.07
HSL 312.78º 0.82% 0.6% -
HSV(B) 312.78º 0.71% 0.93% -
XYZ 47.53 26.36 57.84 -
YUV 133.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 237 68 201 0 0.71 0.15 0.07 312.78 0.82 0.6
Hex ED 44 C9 0 47 F 7 139 52 3C
Octal 355 104 311 0 107 17 7 471 122 74
Binary 11101101 1000100 11001001 0 1000111 1111 111 100111001 1010010 111100

Color Harmonies of #ED44C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED44C9

Black with #ED44C9

Text Example


Text Example

White with #ED44C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED44C9; }

 p { color: rgb(237,68,201); }

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

background-color css

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

 a { background-color: rgb(237,68,201); }

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

border-color css

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

 span { border-color: rgb(237,68,201); }

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