Html Css Color HEX #ED40CE Razzle Dazzle Rose

📋 copy color: '#ED40CE'

red 237 ◦ green 64 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED40CE

Tints of Razzle Dazzle Rose #ED40CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.62%

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

R = 46.75%
G = 12.62%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED40CE (or 0xED40CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 40 and CE. RGB value is (237,64,206). Sum of RGB (Red+Green+Blue) = 237+64+206=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40CE is #12BF31. Grayscale: #838383. Windows color (decimal): -1228594 or 13517037. OLE color: 13517037.

HSL color Cylindrical-coordinate representation of color #ED40CE: hue angle of 310.75º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED40CE is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 206 -
CMYK 0 0.73 0.13 0.07
HSL 310.75º 0.83% 0.59% -
HSV(B) 310.75º 0.73% 0.93% -
XYZ 47.9 26.13 60.91 -
YUV 131.92 169.81 202.95 -
System Red Green Blue C M Y K H S L
Decimal 237 64 206 0 0.73 0.13 0.07 310.75 0.83 0.59
Hex ED 40 CE 0 49 D 7 137 53 3B
Octal 355 100 316 0 111 15 7 467 123 73
Binary 11101101 1000000 11001110 0 1001001 1101 111 100110111 1010011 111011

Color Harmonies of #ED40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED40CE

Black with #ED40CE

Text Example


Text Example

White with #ED40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED40CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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