Html Css Color HEX #ED3CBC Razzle Dazzle Rose

📋 copy color: '#ED3CBC'

red 237 ◦ green 60 ◦ blue 188

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

Shades of Razzle Dazzle Rose #ED3CBC

Tints of Razzle Dazzle Rose #ED3CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.37%

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 48.87%
G = 12.37%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED3CBC (or 0xED3CBC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3C and BC. RGB value is (237,60,188). Sum of RGB (Red+Green+Blue) = 237+60+188=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3CBC is #12C343. Grayscale: #7F7F7F. Windows color (decimal): -1229636 or 12336365. OLE color: 12336365.

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

Color convert

RGB 237 60 188 -
CMYK 0 0.75 0.21 0.07
HSL 316.61º 0.83% 0.58% -
HSV(B) 316.61º 0.75% 0.93% -
XYZ 45.62 24.87 49.97 -
YUV 127.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 237 60 188 0 0.75 0.21 0.07 316.61 0.83 0.58
Hex ED 3C BC 0 4B 15 7 13D 53 3A
Octal 355 74 274 0 113 25 7 475 123 72
Binary 11101101 111100 10111100 0 1001011 10101 111 100111101 1010011 111010

Color Harmonies of #ED3CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CBC

Black with #ED3CBC

Text Example


Text Example

White with #ED3CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CBC; }

 p { color: rgb(237,60,188); }

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

background-color css

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

 a { background-color: rgb(237,60,188); }

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

border-color css

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

 span { border-color: rgb(237,60,188); }

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