Html Css Color HEX #ED2B6A Cerise

📋 copy color: '#ED2B6A'

red 237 ◦ green 43 ◦ blue 106

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

Shades of Cerise #ED2B6A

Tints of Cerise #ED2B6A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.14%

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 61.4%
G = 11.14%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED2B6A (or 0xED2B6A) is known color: Cerise. HEX triplet: ED, 2B and 6A. RGB value is (237,43,106). Sum of RGB (Red+Green+Blue) = 237+43+106=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2B6A is #12D495. Grayscale: #6C6C6C. Windows color (decimal): -1234070 or 6958061. OLE color: 6958061.

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

Color convert

RGB 237 43 106 -
CMYK 0 0.82 0.55 0.07
HSL 340.52º 0.84% 0.55% -
HSV(B) 340.52º 0.82% 0.93% -
XYZ 38.39 20.77 15.62 -
YUV 108.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 237 43 106 0 0.82 0.55 0.07 340.52 0.84 0.55
Hex ED 2B 6A 0 52 37 7 155 54 37
Octal 355 53 152 0 122 67 7 525 124 67
Binary 11101101 101011 1101010 0 1010010 110111 111 101010101 1010100 110111

Color Harmonies of #ED2B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B6A

Black with #ED2B6A

Text Example


Text Example

White with #ED2B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B6A; }

 p { color: rgb(237,43,106); }

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

background-color css

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

 a { background-color: rgb(237,43,106); }

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

border-color css

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

 span { border-color: rgb(237,43,106); }

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