Html Css Color HEX #ED828A Carissma

📋 copy color: '#ED828A'

red 237 ◦ green 130 ◦ blue 138

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

Shades of Carissma #ED828A

Tints of Carissma #ED828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.74%

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

R = 46.93%
G = 25.74%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED828A (or 0xED828A) is known color: Carissma. HEX triplet: ED, 82 and 8A. RGB value is (237,130,138). Sum of RGB (Red+Green+Blue) = 237+130+138=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED828A is #127D75. Grayscale: #A2A2A2. Windows color (decimal): -1211766 or 9077485. OLE color: 9077485.

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

Color convert

RGB 237 130 138 -
CMYK 0 0.45 0.42 0.07
HSL 355.51º 0.75% 0.72% -
HSV(B) 355.51º 0.45% 0.93% -
XYZ 47.5 35.8 28.45 -
YUV 162.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 237 130 138 0 0.45 0.42 0.07 355.51 0.75 0.72
Hex ED 82 8A 0 2D 2A 7 164 4B 48
Octal 355 202 212 0 55 52 7 544 113 110
Binary 11101101 10000010 10001010 0 101101 101010 111 101100100 1001011 1001000

Color Harmonies of #ED828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED828A

Black with #ED828A

Text Example


Text Example

White with #ED828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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