Html Css Color HEX #ED828B Carissma

📋 copy color: '#ED828B'

red 237 ◦ green 130 ◦ blue 139

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

Shades of Carissma #ED828B

Tints of Carissma #ED828B

RGB

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

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

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

R = 46.84%
G = 25.69%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED828B (or 0xED828B) is known color: Carissma. HEX triplet: ED, 82 and 8B. RGB value is (237,130,139). Sum of RGB (Red+Green+Blue) = 237+130+139=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED828B is #127D74. Grayscale: #A3A3A3. Windows color (decimal): -1211765 or 9143021. OLE color: 9143021.

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

Color convert

RGB 237 130 139 -
CMYK 0 0.45 0.41 0.07
HSL 354.95º 0.75% 0.72% -
HSV(B) 354.95º 0.45% 0.93% -
XYZ 47.57 35.83 28.84 -
YUV 163.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 237 130 139 0 0.45 0.41 0.07 354.95 0.75 0.72
Hex ED 82 8B 0 2D 29 7 163 4B 48
Octal 355 202 213 0 55 51 7 543 113 110
Binary 11101101 10000010 10001011 0 101101 101001 111 101100011 1001011 1001000

Color Harmonies of #ED828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED828B

Black with #ED828B

Text Example


Text Example

White with #ED828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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