Html Css Color HEX #ED848A Carissma

📋 copy color: '#ED848A'

red 237 ◦ green 132 ◦ blue 138

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

Shades of Carissma #ED848A

Tints of Carissma #ED848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.04%

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 46.75%
G = 26.04%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED848A (or 0xED848A) is known color: Carissma. HEX triplet: ED, 84 and 8A. RGB value is (237,132,138). Sum of RGB (Red+Green+Blue) = 237+132+138=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED848A is #127B75. Grayscale: #A4A4A4. Windows color (decimal): -1211254 or 9077997. OLE color: 9077997.

HSL color Cylindrical-coordinate representation of color #ED848A: hue angle of 356.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED848A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 138 -
CMYK 0 0.44 0.42 0.07
HSL 356.57º 0.74% 0.72% -
HSV(B) 356.57º 0.44% 0.93% -
XYZ 47.76 36.34 28.54 -
YUV 164.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 237 132 138 0 0.44 0.42 0.07 356.57 0.74 0.72
Hex ED 84 8A 0 2C 2A 7 165 4A 48
Octal 355 204 212 0 54 52 7 545 112 110
Binary 11101101 10000100 10001010 0 101100 101010 111 101100101 1001010 1001000

Color Harmonies of #ED848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED848A

Black with #ED848A

Text Example


Text Example

White with #ED848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED848A; }

 p { color: rgb(237,132,138); }

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

background-color css

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

 a { background-color: rgb(237,132,138); }

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

border-color css

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

 span { border-color: rgb(237,132,138); }

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