Html Css Color HEX #ED44CE Razzle Dazzle Rose

📋 copy color: '#ED44CE'

red 237 ◦ green 68 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED44CE

Tints of Razzle Dazzle Rose #ED44CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 46.38%
G = 13.31%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED44CE (or 0xED44CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 44 and CE. RGB value is (237,68,206). Sum of RGB (Red+Green+Blue) = 237+68+206=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44CE is #12BB31. Grayscale: #858585. Windows color (decimal): -1227570 or 13518061. OLE color: 13518061.

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

Color convert

RGB 237 68 206 -
CMYK 0 0.71 0.13 0.07
HSL 311.01º 0.82% 0.6% -
HSV(B) 311.01º 0.71% 0.93% -
XYZ 48.13 26.6 60.99 -
YUV 134.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 237 68 206 0 0.71 0.13 0.07 311.01 0.82 0.6
Hex ED 44 CE 0 47 D 7 137 52 3C
Octal 355 104 316 0 107 15 7 467 122 74
Binary 11101101 1000100 11001110 0 1000111 1101 111 100110111 1010010 111100

Color Harmonies of #ED44CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED44CE

Black with #ED44CE

Text Example


Text Example

White with #ED44CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED44CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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