Html Css Color HEX #ED848B Carissma

📋 copy color: '#ED848B'

red 237 ◦ green 132 ◦ blue 139

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

Shades of Carissma #ED848B

Tints of Carissma #ED848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 46.65%
G = 25.98%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED848B (or 0xED848B) is known color: Carissma. HEX triplet: ED, 84 and 8B. RGB value is (237,132,139). Sum of RGB (Red+Green+Blue) = 237+132+139=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED848B is #127B74. Grayscale: #A4A4A4. Windows color (decimal): -1211253 or 9143533. OLE color: 9143533.

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

Color convert

RGB 237 132 139 -
CMYK 0 0.44 0.41 0.07
HSL 356º 0.74% 0.72% -
HSV(B) 356º 0.44% 0.93% -
XYZ 47.84 36.37 28.93 -
YUV 164.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 237 132 139 0 0.44 0.41 0.07 356 0.74 0.72
Hex ED 84 8B 0 2C 29 7 164 4A 48
Octal 355 204 213 0 54 51 7 544 112 110
Binary 11101101 10000100 10001011 0 101100 101001 111 101100100 1001010 1001000

Color Harmonies of #ED848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED848B

Black with #ED848B

Text Example


Text Example

White with #ED848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED848B; }

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

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

background-color css

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

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

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

border-color css

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

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

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